summaryrefslogtreecommitdiffstats
path: root/doc/ParseCmd.3
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-10-07 16:05:13 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-10-07 16:05:13 (GMT)
commite3b24a5defd86b87e59a1260fc2dd752cda7020f (patch)
treedd437c6188c1c52cb8c5b4374a7959ce97d2d6e1 /doc/ParseCmd.3
parent25fb71d60b4159d11364bdc2b360deb7fc58605e (diff)
downloadtcl-e3b24a5defd86b87e59a1260fc2dd752cda7020f.zip
tcl-e3b24a5defd86b87e59a1260fc2dd752cda7020f.tar.gz
tcl-e3b24a5defd86b87e59a1260fc2dd752cda7020f.tar.bz2
Reduce the number of warnings given by nroff...
Diffstat (limited to 'doc/ParseCmd.3')
-rw-r--r--doc/ParseCmd.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ParseCmd.3 b/doc/ParseCmd.3
index 5f4edaf..2cbff4e 100644
--- a/doc/ParseCmd.3
+++ b/doc/ParseCmd.3
@@ -4,7 +4,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: ParseCmd.3,v 1.17 2004/10/07 15:15:47 dkf Exp $
+'\" RCS: @(#) $Id: ParseCmd.3,v 1.18 2004/10/07 16:05:15 dkf Exp $
'\"
.so man.macros
.TH Tcl_ParseCommand 3 8.3 Tcl "Tcl Library Procedures"
@@ -286,9 +286,9 @@ of \fBTCL_TOKEN_VARIABLE\fR and \fBTCL_TOKEN_BS\fR tokens.
This token has the same meaning as \fBTCL_TOKEN_WORD\fR, except that
the word is guaranteed to consist of a single \fBTCL_TOKEN_TEXT\fR
sub-token. The \fInumComponents\fR field is always 1.
-.VS 8.5
.TP
\fBTCL_TOKEN_EXPAND_WORD\fR
+.VS 8.5
This token has the same meaning as \fBTCL_TOKEN_WORD\fR, except that
the command parser notes this word began with the expansion
prefix \fB{expand}\fR, indicating that after substitution,