File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 6
6
<para>
7
7
The following conventions are used in the synopsis of a command:
8
8
brackets (<literal>[</literal> and <literal>]</literal>) indicate
9
- optional parts. (In the synopsis of a Tcl command, question marks
10
- (<literal>?</>) are used instead, as is usual in Tcl.) Braces
9
+ optional parts. Braces
11
10
(<literal>{</literal> and <literal>}</literal>) and vertical lines
12
11
(<literal>|</literal>) indicate that you must choose one
13
12
alternative. Dots (<literal>...</>) mean that the preceding element
14
- can be repeated.
13
+ can be repeated. All other symbols, including parentheses, should be
14
+ taken literally.
15
15
</para>
16
16
17
17
<para>
Original file line number Diff line number Diff line change @@ -307,8 +307,10 @@ $$ LANGUAGE pltcl;
307
307
<title>Database Access from PL/Tcl</title>
308
308
309
309
<para>
310
- The following commands are available to access the database from
311
- the body of a PL/Tcl function:
310
+ In this section, we follow the usual Tcl convention of using question
311
+ marks, rather than brackets, to indicate an optional element in a
312
+ syntax synopsis. The following commands are available to access
313
+ the database from the body of a PL/Tcl function:
312
314
313
315
<variablelist>
314
316
You can’t perform that action at this time.
0 commit comments