From 61f40ac3f2fb81dfccba4f6c8f39202c49da177e Mon Sep 17 00:00:00 2001 From: "Thomas G. Lockhart" <lockhart@fourpalms.org> Date: Fri, 19 Feb 1999 01:58:52 +0000 Subject: [PATCH] Fix parens typo reported by wmt@thi.com (Bill Tonkin). --- doc/src/sgml/notation.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- GitLab