diff options
author | Robert Haas <rhaas@postgresql.org> | 2010-12-10 23:22:50 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2010-12-10 23:22:50 -0500 |
commit | 1490946c57f44d3bf8601e9a404aaa80b58a715a (patch) | |
tree | d12f226bf854ac973fc382e3b612aa2842948fe7 /doc/src | |
parent | 671199929d09397e0a60e269aec28846669216db (diff) | |
download | postgresql-1490946c57f44d3bf8601e9a404aaa80b58a715a.tar.gz postgresql-1490946c57f44d3bf8601e9a404aaa80b58a715a.zip |
Minor documentation cleanup.
Fujii Masao
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pg_ctl-ref.sgml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/pg_ctl-ref.sgml b/doc/src/sgml/ref/pg_ctl-ref.sgml index 23fb00876eb..455280adbad 100644 --- a/doc/src/sgml/ref/pg_ctl-ref.sgml +++ b/doc/src/sgml/ref/pg_ctl-ref.sgml @@ -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. |