summaryrefslogtreecommitdiffstats
path: root/doc/Tcl.n
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2010-09-01 15:06:37 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2010-09-01 15:06:37 (GMT)
commit7a4eb91736994743e35ec9d60a8a1691f9acdd0b (patch)
treeb104708d686406220472b6dacb5281ae2b960f86 /doc/Tcl.n
parentfac6975d24c5be21224d3788e67fe25c9c25ea26 (diff)
downloadtcl-7a4eb91736994743e35ec9d60a8a1691f9acdd0b.zip
tcl-7a4eb91736994743e35ec9d60a8a1691f9acdd0b.tar.gz
tcl-7a4eb91736994743e35ec9d60a8a1691f9acdd0b.tar.bz2
* doc/Tcl.n: Avoid nroff hazards when generating documentation.
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 90d11e3..f294c4d 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.18.2.1 2009/11/30 15:44:00 dkf Exp $
+'\" RCS: @(#) $Id: Tcl.n,v 1.18.2.2 2010/09/01 15:06:38 dkf Exp $
'\"
.so man.macros
.TH Tcl n "8.5" Tcl "Tcl Built-In Commands"
@@ -62,9 +62,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 \N'34'g h\N'34'}"
is equivalent to
-.QW "cmd a b {[c]} d {$e} f \"g h\"" .
+.QW "cmd a b {[c]} d {$e} f \N'34'g h\N'34'" .
.VE 8.5
.IP "[6] \fBBraces.\fR"
If the first character of a word is an open brace