]> granicus.if.org Git - postgresql/commitdiff
Minor documentation cleanup.
authorRobert Haas <rhaas@postgresql.org>
Sat, 11 Dec 2010 04:22:50 +0000 (23:22 -0500)
committerRobert Haas <rhaas@postgresql.org>
Sat, 11 Dec 2010 04:22:50 +0000 (23:22 -0500)
Fujii Masao

doc/src/sgml/ref/pg_ctl-ref.sgml

index 23fb00876ebd6e65e194d5598378b04918b5b151..455280adbad38676c440c928592f75989a594d23 100644 (file)
@@ -615,9 +615,8 @@ PostgreSQL documentation
 <screen>
 <prompt>$</prompt> <userinput>pg_ctl status</userinput>
 <computeroutput>
-pg_ctl: server is running (pid: 13718)
-Command line was:
-/usr/local/pgsql/bin/postgres '-D' '/usr/local/pgsql/data' '-p' '5433' '-B' '128'
+pg_ctl: server is running (PID: 13718)
+/usr/local/pgsql/bin/postgres "-D" "/usr/local/pgsql/data" "-p" "5433" "-B" "128"
 </computeroutput>
 </screen>
     This is the command line that would be invoked in restart mode.