|
1 | 1 | <!--
|
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 $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <Chapter Id="runtime">
|
@@ -223,7 +223,7 @@ pg_ctl start -l logfile
|
223 | 223 | you probably always want to form your command lines along the lines
|
224 | 224 | of <literal>su -c '...' postgres</literal>, for example:
|
225 | 225 | <programlisting>
|
226 |
| -su -c 'pg_ctl -D /usr/local/pgsql/data -l serverlog' postgres |
| 226 | +su -c 'pg_ctlstart-D /usr/local/pgsql/data -l serverlog' postgres |
227 | 227 | </programlisting>
|
228 | 228 | </para>
|
229 | 229 |
|
@@ -1888,6 +1888,8 @@ options SEMMNS=512
|
1888 | 1888 | options SEMMNU=256
|
1889 | 1889 | options SEMMAP=256
|
1890 | 1890 | </programlisting>
|
| 1891 | + (On NetBSD and OpenBSD the key word is actually |
| 1892 | + <literal>option</literal> singular.) |
1891 | 1893 | </para>
|
1892 | 1894 | </listitem>
|
1893 | 1895 | </varlistentry>
|
|