diff options
Diffstat (limited to 'doc/src/sgml/notation.sgml')
-rw-r--r-- | doc/src/sgml/notation.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/notation.sgml b/doc/src/sgml/notation.sgml index 2f350a329df..bd1e8f629a6 100644 --- a/doc/src/sgml/notation.sgml +++ b/doc/src/sgml/notation.sgml @@ -7,17 +7,17 @@ The following conventions are used in the synopsis of a command: brackets (<literal>[</literal> and <literal>]</literal>) indicate optional parts. (In the synopsis of a Tcl command, question marks - (<literal>?</>) are used instead, as is usual in Tcl.) Braces + (<literal>?</literal>) are used instead, as is usual in Tcl.) Braces (<literal>{</literal> and <literal>}</literal>) and vertical lines (<literal>|</literal>) indicate that you must choose one - alternative. Dots (<literal>...</>) mean that the preceding element + alternative. Dots (<literal>...</literal>) mean that the preceding element can be repeated. </para> <para> Where it enhances the clarity, SQL commands are preceded by the - prompt <literal>=></>, and shell commands are preceded by the - prompt <literal>$</>. Normally, prompts are not shown, though. + prompt <literal>=></literal>, and shell commands are preceded by the + prompt <literal>$</literal>. Normally, prompts are not shown, though. </para> <para> |