diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-11-10 14:07:18 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-11-10 14:07:18 +0000 |
commit | a341b876d8a6acc03f2ed2f649773f4149f04fc6 (patch) | |
tree | 8b20f74c0b75097840fc88a1bb7d3fca65818cb5 /doc/src | |
parent | 01496439e939f4528d46d1946950a13daa39878b (diff) | |
download | postgresql-a341b876d8a6acc03f2ed2f649773f4149f04fc6.tar.gz postgresql-a341b876d8a6acc03f2ed2f649773f4149f04fc6.zip |
Fix markup problem with recent pg_ctl change.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pg_ctl-ref.sgml | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/doc/src/sgml/ref/pg_ctl-ref.sgml b/doc/src/sgml/ref/pg_ctl-ref.sgml index 02f47a71bc7..437281c26c0 100644 --- a/doc/src/sgml/ref/pg_ctl-ref.sgml +++ b/doc/src/sgml/ref/pg_ctl-ref.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.42 2007/11/10 04:52:17 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.43 2007/11/10 14:07:18 momjian Exp $ PostgreSQL documentation --> @@ -174,20 +174,21 @@ PostgreSQL documentation <refsect1 id="app-pg-ctl-options"> <title>Options</title> - <varlistentry> - <term><option>-c</option></term> - <listitem> - <para> - Attempt to allow server crashes to produce core files, on platforms - where this available, by lifting any soft resource limit placed on - them. - This is useful in debugging or diagnosing problems by allowing a - stack trace to be obtained from a failed server process. - </para> - </listitem> - </varlistentry> - <variablelist> + + <varlistentry> + <term><option>-c</option></term> + <listitem> + <para> + Attempt to allow server crashes to produce core files, on platforms + where this available, by lifting any soft resource limit placed on + them. + This is useful in debugging or diagnosing problems by allowing a + stack trace to be obtained from a failed server process. + </para> + </listitem> + </varlistentry> + <varlistentry> <term><option>-D <replaceable class="parameter">datadir</replaceable></option></term> <listitem> |