diff options
author | Magnus Hagander <magnus@hagander.net> | 2016-03-06 12:25:47 +0100 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2016-03-06 12:25:47 +0100 |
commit | 2b46259b46b3d34e6858afbf3d28c30cef12652b (patch) | |
tree | 9b9cec00e825dd7f4d1d72b249de9a30cb2c2064 | |
parent | c8f621c43a599b35dc004ee09627bf4688cbbb84 (diff) | |
download | postgresql-2b46259b46b3d34e6858afbf3d28c30cef12652b.tar.gz postgresql-2b46259b46b3d34e6858afbf3d28c30cef12652b.zip |
Fix typos
Author: Guillaume Lelarge
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 6d0cb3d2ddc..f2ea63bb6c4 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -597,7 +597,7 @@ EOF explained: <literal>commands</> describes <application>psql</>'s backslash commands; <literal>options</> describes the command-line options that can be passed to <application>psql</>; - and <literal>variables</> shows help about about <application>psql</application> configuration + and <literal>variables</> shows help about <application>psql</application> configuration variables. </para> </listitem> @@ -2734,7 +2734,7 @@ testdb=> <userinput>\setenv LESS -imx4F</userinput> explained: <literal>commands</> describes <application>psql</>'s backslash commands; <literal>options</> describes the command-line options that can be passed to <application>psql</>; - and <literal>variables</> shows help about about <application>psql</application> configuration + and <literal>variables</> shows help about <application>psql</application> configuration variables. </para> </listitem> |