summaryrefslogtreecommitdiffstats
path: root/doc/Tcl.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-12-11 14:01:53 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-12-11 14:01:53 (GMT)
commit5f4b06d848afc2095f6309a653fe773db565f425 (patch)
treebdd5c5250f1cb6853f2beb4e3430c44efd12ee05 /doc/Tcl.n
parent7e3597c8ffaf3639ba4bd4dc1d8185f0387c3453 (diff)
downloadtcl-5f4b06d848afc2095f6309a653fe773db565f425.zip
tcl-5f4b06d848afc2095f6309a653fe773db565f425.tar.gz
tcl-5f4b06d848afc2095f6309a653fe773db565f425.tar.bz2
Change to braces in example to avoid bug in HTML creator script
Diffstat (limited to 'doc/Tcl.n')
-rw-r--r--doc/Tcl.n6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/Tcl.n b/doc/Tcl.n
index 565be1d..70e903a 100644
--- a/doc/Tcl.n
+++ b/doc/Tcl.n
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: Tcl.n,v 1.22 2009/11/30 15:39:31 dkf Exp $
+'\" RCS: @(#) $Id: Tcl.n,v 1.23 2009/12/11 14:01:53 dkf Exp $
'\"
.so man.macros
.TH Tcl n "8.5" Tcl "Tcl Built-In Commands"
@@ -61,9 +61,9 @@ variable substitutions; backslash substitutions are performed as is normal for
a list and individual internal words may be surrounded by either braces or
double-quote characters), and its words are added to the command being
substituted. For instance,
-.QW "cmd a {*}{b [c]} d {*}{$e f \"g h\"}"
+.QW "cmd a {*}{b [c]} d {*}{$e f {g h}}"
is equivalent to
-.QW "cmd a b {[c]} d {$e} f \"g h\"" .
+.QW "cmd a b {[c]} d {$e} f {g h}" .
.IP "[6] \fBBraces.\fR"
If the first character of a word is an open brace
.PQ {