Skip to content
Snippets Groups Projects
Commit e6500782 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

corrections from the DocNotes

parent de4dc29a
No related branches found
No related tags found
No related merge requests found
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.73 2001/07/15 13:45:03 petere Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.74 2001/08/09 16:20:43 petere Exp $
--> -->
<Chapter Id="runtime"> <Chapter Id="runtime">
...@@ -223,7 +223,7 @@ pg_ctl start -l logfile ...@@ -223,7 +223,7 @@ pg_ctl start -l logfile
you probably always want to form your command lines along the lines you probably always want to form your command lines along the lines
of <literal>su -c '...' postgres</literal>, for example: of <literal>su -c '...' postgres</literal>, for example:
<programlisting> <programlisting>
su -c 'pg_ctl -D /usr/local/pgsql/data -l serverlog' postgres su -c 'pg_ctl start -D /usr/local/pgsql/data -l serverlog' postgres
</programlisting> </programlisting>
</para> </para>
...@@ -1888,6 +1888,8 @@ options SEMMNS=512 ...@@ -1888,6 +1888,8 @@ options SEMMNS=512
options SEMMNU=256 options SEMMNU=256
options SEMMAP=256 options SEMMAP=256
</programlisting> </programlisting>
(On NetBSD and OpenBSD the key word is actually
<literal>option</literal> singular.)
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment