diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 1999-02-19 01:58:52 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 1999-02-19 01:58:52 +0000 |
commit | 61f40ac3f2fb81dfccba4f6c8f39202c49da177e (patch) | |
tree | 960349278e6e341a99fb235fee4698878f69e1ff | |
parent | 1902e8d098c9398117572fcb698f1ed01fb82d51 (diff) | |
download | postgresql-61f40ac3f2fb81dfccba4f6c8f39202c49da177e.tar.gz postgresql-61f40ac3f2fb81dfccba4f6c8f39202c49da177e.zip |
Fix parens typo reported by wmt@thi.com (Bill Tonkin).
-rw-r--r-- | doc/src/sgml/notation.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/notation.sgml b/doc/src/sgml/notation.sgml index 277a3f721e8..eec348aca63 100644 --- a/doc/src/sgml/notation.sgml +++ b/doc/src/sgml/notation.sgml @@ -76,7 +76,7 @@ path to the <Productname>Postgres</Productname> superuser's home directory. <para> In a command synopsis, brackets -<quote>[</quote> and <quote>]</quote>) indicate an optional phrase or keyword. +(<quote>[</quote> and <quote>]</quote>) indicate an optional phrase or keyword. Anything in braces (<quote>{</quote> and <quote>}</quote>) and containing vertical bars (<quote>|</quote>) indicates that you must choose one. |