aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2001-08-09 16:20:43 +0000
committerPeter Eisentraut <peter_e@gmx.net>2001-08-09 16:20:43 +0000
commite65007827a33ca42d4cd47e10760ef32861f8c7f (patch)
tree487e313a5304cf9f3ab197d0bc60424e7cb681b9
parentde4dc29a205ce0d2918d55a5912329fa54d761cd (diff)
downloadpostgresql-e65007827a33ca42d4cd47e10760ef32861f8c7f.tar.gz
postgresql-e65007827a33ca42d4cd47e10760ef32861f8c7f.zip
corrections from the DocNotes
-rw-r--r--doc/src/sgml/runtime.sgml6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml
index 8a7923b957b..d4d4dd8d538 100644
--- a/doc/src/sgml/runtime.sgml
+++ b/doc/src/sgml/runtime.sgml
@@ -1,5 +1,5 @@
<!--
-$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">
@@ -223,7 +223,7 @@ pg_ctl start -l logfile
you probably always want to form your command lines along the lines
of <literal>su -c '...' postgres</literal>, for example:
<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>
</para>
@@ -1888,6 +1888,8 @@ options SEMMNS=512
options SEMMNU=256
options SEMMAP=256
</programlisting>
+ (On NetBSD and OpenBSD the key word is actually
+ <literal>option</literal> singular.)
</para>
</listitem>
</varlistentry>