]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix parens typo reported by wmt@thi.com (Bill Tonkin).
authorThomas G. Lockhart <lockhart@fourpalms.org>
Fri, 19 Feb 1999 01:58:52 +0000 (01:58 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Fri, 19 Feb 1999 01:58:52 +0000 (01:58 +0000)
doc/src/sgml/notation.sgml

index 277a3f721e848da74ece7401253b5fa201b0142b..eec348aca63da87ba0e02e097c27eb3ada752449 100644 (file)
@@ -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.