1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Typo fix.

Noted by Thom Brown.
This commit is contained in:
Robert Haas
2010-12-22 09:33:34 -05:00
parent 28d5c565ce
commit 2a0f13a765

View File

@@ -587,7 +587,7 @@ PostgreSQL documentation
</para> </para>
<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> <screen>
<prompt>$</prompt> <userinput>pg_ctl -o "-F -p 5433" restart</userinput> <prompt>$</prompt> <userinput>pg_ctl -o "-F -p 5433" restart</userinput>
</screen> </screen>