Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e650078

Browse files
committed
corrections from the DocNotes
1 parent de4dc29 commit e650078

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/src/sgml/runtime.sgml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.73 2001/07/15 13:45:03 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.74 2001/08/09 16:20:43 petere Exp $
33
-->
44

55
<Chapter Id="runtime">
@@ -223,7 +223,7 @@ pg_ctl start -l logfile
223223
you probably always want to form your command lines along the lines
224224
of <literal>su -c '...' postgres</literal>, for example:
225225
<programlisting>
226-
su -c 'pg_ctl -D /usr/local/pgsql/data -l serverlog' postgres
226+
su -c 'pg_ctl start -D /usr/local/pgsql/data -l serverlog' postgres
227227
</programlisting>
228228
</para>
229229

@@ -1888,6 +1888,8 @@ options SEMMNS=512
18881888
options SEMMNU=256
18891889
options SEMMAP=256
18901890
</programlisting>
1891+
(On NetBSD and OpenBSD the key word is actually
1892+
<literal>option</literal> singular.)
18911893
</para>
18921894
</listitem>
18931895
</varlistentry>

0 commit comments

Comments
 (0)