1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-07 19:06:32 +03:00

Fix some typos in the documentation

Thom Brown
This commit is contained in:
Peter Eisentraut
2012-04-06 23:55:24 +03:00
parent 25028a27c8
commit 6c41948c39
2 changed files with 2 additions and 2 deletions

View File

@@ -254,7 +254,7 @@ PostgreSQL documentation
<literal>mydbserver</literal> and store it in the local directory
<filename>/usr/local/pgsql/archive</filename>:
<screen>
<prompt>$</prompt> <userinput>pg_receivexlog -h mydbserver -D /home/pgbackup/archive</userinput>
<prompt>$</prompt> <userinput>pg_receivexlog -h mydbserver -D /usr/local/pgsql/archive</userinput>
</screen></para>
</refsect1>