diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-10-05 15:50:11 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-10-05 15:50:11 +0000 |
commit | 343318028fb4aca0c69663c7d429d602a32aaf02 (patch) | |
tree | 067de4080c585627b695e6eaa958ace293c9b798 /doc/src | |
parent | 583096a7f9320e8e7b55845884c1958b042f7067 (diff) | |
download | postgresql-343318028fb4aca0c69663c7d429d602a32aaf02.tar.gz postgresql-343318028fb4aca0c69663c7d429d602a32aaf02.zip |
ouput -> output
Oliver Elphick
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pg_dumpall.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/pg_dumpall.sgml b/doc/src/sgml/ref/pg_dumpall.sgml index aff2ac55983..259bfbba840 100644 --- a/doc/src/sgml/ref/pg_dumpall.sgml +++ b/doc/src/sgml/ref/pg_dumpall.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.23 2001/09/03 12:57:50 petere Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.24 2001/10/05 15:50:11 momjian Exp $ Postgres documentation --> @@ -62,7 +62,7 @@ Postgres documentation </para> <para> - The SQL script will be written to the standard ouput. Shell + The SQL script will be written to the standard output. Shell operators should be used to redirect it into a file. </para> |