diff options
author | Robert Haas <rhaas@postgresql.org> | 2010-12-22 09:33:34 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2010-12-22 09:33:34 -0500 |
commit | 2a0f13a765befefc2658d3729f3e174b7c252125 (patch) | |
tree | 9a28b313526439caffa1675c5a7a0d0c0be9539b /doc/src | |
parent | 28d5c565ced893366d010e6754a9fad6d0a40364 (diff) | |
download | postgresql-2a0f13a765befefc2658d3729f3e174b7c252125.tar.gz postgresql-2a0f13a765befefc2658d3729f3e174b7c252125.zip |
Typo fix.
Noted by Thom Brown.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pg_ctl-ref.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pg_ctl-ref.sgml b/doc/src/sgml/ref/pg_ctl-ref.sgml index 2c01e1273d3..99f0b8f00bf 100644 --- a/doc/src/sgml/ref/pg_ctl-ref.sgml +++ b/doc/src/sgml/ref/pg_ctl-ref.sgml @@ -587,7 +587,7 @@ PostgreSQL documentation </para> <para> - To restart using port 5433 and disabe <function>fsync</> upon restart: + To restart using port 5433 and disable <function>fsync</> upon restart: <screen> <prompt>$</prompt> <userinput>pg_ctl -o "-F -p 5433" restart</userinput> </screen> |