Commit 5b1b477c authored by Thomas G. Lockhart's avatar Thomas G. Lockhart

Markup fixes.

parent b8052309
This diff is collapsed.
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<refmiscinfo>Application</refmiscinfo> <refmiscinfo>Application</refmiscinfo>
</refmeta> </refmeta>
<refnamediv> <refnamediv>
<refname id="postmaster"> <refname id="postmaster-ref">
<application>postmaster</application> <application>postmaster</application>
</refname> </refname>
<refpurpose> <refpurpose>
...@@ -18,10 +18,9 @@ ...@@ -18,10 +18,9 @@
<date>1999-05-19</date> <date>1999-05-19</date>
</refsynopsisdivinfo> </refsynopsisdivinfo>
<synopsis> <synopsis>
postmaster [ -B <replaceable class="parameter">nBuffers</replaceable> ] postmaster [ -B <replaceable class="parameter">nBuffers</replaceable> ] [ -D <replaceable class="parameter">DataDir</replaceable> ] [ -i ]
[ -D <replaceable class="parameter">DataDir</replaceable> ] [-N <replaceable class="parameter">nBackends</replaceable> ] [ -S ] postmaster [ -B <replaceable class="parameter">nBuffers</replaceable> ] [ -D <replaceable class="parameter">DataDir</replaceable> ] [ -N <replaceable class="parameter">nBackends</replaceable> ] [ -S ]
[ -d [ <replaceable class="parameter">DebugLevel</replaceable> ] ] [ -d [ <replaceable class="parameter">DebugLevel</replaceable> ] [ -i ] [ -o <replaceable class="parameter">BackendOptions</replaceable> ] [ -p <replaceable class="parameter">port</replaceable> ]
[ -i ] [ -o <replaceable class="parameter">BackendOptions</replaceable> ] [ -p <replaceable class="parameter">port</replaceable> ]
postmaster [ -n | -s ] ... postmaster [ -n | -s ] ...
</synopsis> </synopsis>
...@@ -206,10 +205,8 @@ postmaster [ -n | -s ] ... ...@@ -206,10 +205,8 @@ postmaster [ -n | -s ] ...
</term> </term>
<listitem> <listitem>
<para> <para>
If the <literal>-n</literal>
option is supplied, then the
<application>postmaster</application> <application>postmaster</application>
does not reinitialize shared data structures. A knowledgable system will not reinitialize shared data structures. A knowledgable system
programmer can then use the programmer can then use the
<application>shmemdoc</application> <application>shmemdoc</application>
program to examine shared memory and semaphore state. program to examine shared memory and semaphore state.
...@@ -235,7 +232,7 @@ postmaster [ -n | -s ] ... ...@@ -235,7 +232,7 @@ postmaster [ -n | -s ] ...
</para> </para>
</refsect2> </refsect2>
<refsect2 id="R2-APP-POSTMASTER-1"> <refsect2 id="R2-APP-POSTMASTER-2">
<refsect2info> <refsect2info>
<date>1999-05-19</date> <date>1999-05-19</date>
</refsect2info> </refsect2info>
...@@ -388,8 +385,9 @@ on BSD-based systems, or ...@@ -388,8 +385,9 @@ on BSD-based systems, or
You can run more than one postmaster on a machine only if each one has a You can run more than one postmaster on a machine only if each one has a
separate directory and port number. separate directory and port number.
</para> </para>
</refsect1>
<refsect1 id="R1-APP-VACUUMDB-2"> <refsect1 id="R1-APP-POSTMASTER-2">
<refsect1info> <refsect1info>
<date>1998-10-04</date> <date>1998-10-04</date>
</refsect1info> </refsect1info>
...@@ -434,7 +432,7 @@ or its alternative form ...@@ -434,7 +432,7 @@ or its alternative form
</para> </para>
</refsect1> </refsect1>
<refsect1 id="R1-APP-VACUUMDB-3"> <refsect1 id="R1-APP-POSTMASTER-3">
<refsect1info> <refsect1info>
<date>1998-10-04</date> <date>1998-10-04</date>
</refsect1info> </refsect1info>
...@@ -478,7 +476,7 @@ or its alternative form ...@@ -478,7 +476,7 @@ or its alternative form
% setenv PGPORT 1234 % setenv PGPORT 1234
% psql % psql
</programlisting>. </programlisting>.
</para>
</refsect1> </refsect1>
</refentry> </refentry>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment