corrections from the DocNotes
authorPeter Eisentraut
Thu, 9 Aug 2001 16:20:43 +0000 (16:20 +0000)
committerPeter Eisentraut
Thu, 9 Aug 2001 16:20:43 +0000 (16:20 +0000)
doc/src/sgml/runtime.sgml

index 8a7923b957b0cc89d0eb9b2ad8dd83fd3a3d7c83..d4d4dd8d538c6a2274bafffb092d2913b289f032 100644 (file)
@@ -1,5 +1,5 @@
 
 
 
@@ -223,7 +223,7 @@ pg_ctl start -l logfile
    you probably always want to form your command lines along the lines
    of su -c '...' postgres, for example:
 
-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
 
   
 
@@ -1888,6 +1888,8 @@ options         SEMMNS=512
 options         SEMMNU=256
 options         SEMMAP=256
 
+        (On NetBSD and OpenBSD the key word is actually
+        option singular.)