diff options
author | davygrvy <davygrvy@noemail.net> | 2002-03-29 02:39:27 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@noemail.net> | 2002-03-29 02:39:27 (GMT) |
commit | e5c3a541aeb4bc32e3bca559a4f354a2704ad921 (patch) | |
tree | 07dd4c94863494526ed05cb1295a1a047b6e1950 /doc/UpVar.3 | |
parent | 268e49569b63b21f8165db92664c5d0ead58e379 (diff) | |
download | tcl-e5c3a541aeb4bc32e3bca559a4f354a2704ad921.zip tcl-e5c3a541aeb4bc32e3bca559a4f354a2704ad921.tar.gz tcl-e5c3a541aeb4bc32e3bca559a4f354a2704ad921.tar.bz2 |
.AP macro syntax
FossilOrigin-Name: c3769fc0b2576a09160cc22e059ed1a713f36abb
Diffstat (limited to 'doc/UpVar.3')
-rw-r--r-- | doc/UpVar.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/UpVar.3 b/doc/UpVar.3 index c8df47b..2e4e6ee 100644 --- a/doc/UpVar.3 +++ b/doc/UpVar.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: UpVar.3,v 1.5 2002/03/20 22:47:36 dgp Exp $ +'\" RCS: @(#) $Id: UpVar.3,v 1.6 2002/03/29 02:39:27 davygrvy Exp $ '\" .so man.macros .TH Tcl_UpVar 3 7.4 Tcl "Tcl Library Procedures" @@ -45,7 +45,7 @@ a global variable; otherwise it is a local to the current procedure .AP char *name1 in First part of source variable's name (scalar name, or name of array without array index). -.AP CONST char *name2 in +.AP "CONST char" *name2 in If source variable is an element of an array, gives the index of the element. For scalar source variables, is NULL. .BE |