summaryrefslogtreecommitdiffstats
path: root/doc/SetVar.3
diff options
context:
space:
mode:
authordavygrvy <davygrvy@noemail.net>2002-03-29 02:39:27 (GMT)
committerdavygrvy <davygrvy@noemail.net>2002-03-29 02:39:27 (GMT)
commite5c3a541aeb4bc32e3bca559a4f354a2704ad921 (patch)
tree07dd4c94863494526ed05cb1295a1a047b6e1950 /doc/SetVar.3
parent268e49569b63b21f8165db92664c5d0ead58e379 (diff)
downloadtcl-e5c3a541aeb4bc32e3bca559a4f354a2704ad921.zip
tcl-e5c3a541aeb4bc32e3bca559a4f354a2704ad921.tar.gz
tcl-e5c3a541aeb4bc32e3bca559a4f354a2704ad921.tar.bz2
.AP macro syntax
FossilOrigin-Name: c3769fc0b2576a09160cc22e059ed1a713f36abb
Diffstat (limited to 'doc/SetVar.3')
-rw-r--r--doc/SetVar.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/SetVar.3 b/doc/SetVar.3
index 72b373f..d40f1dd 100644
--- a/doc/SetVar.3
+++ b/doc/SetVar.3
@@ -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: SetVar.3,v 1.5 2002/03/20 22:47:36 dgp Exp $
+'\" RCS: @(#) $Id: SetVar.3,v 1.6 2002/03/29 02:39:27 davygrvy Exp $
'\"
.so man.macros
.TH Tcl_SetVar 3 8.1 Tcl "Tcl Library Procedures"
@@ -59,7 +59,7 @@ or (if \fIname2\fR is NULL) either the name of a scalar variable
or a complete name including both variable name and index.
May include \fB::\fR namespace qualifiers
to specify a variable in a particular namespace.
-.AP CONST char *name2 in
+.AP "CONST char" *name2 in
If non-NULL, gives name of element within array; in this
case \fIname1\fR must refer to an array variable.
.AP Tcl_Obj *newValuePtr in