diff options
| author | dgp@users.sourceforge.net <dgp> | 2002-03-20 22:47:36 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2002-03-20 22:47:36 (GMT) |
| commit | 9fdf5cdf2a5a3cb71f54091b96167fe34cb6ceeb (patch) | |
| tree | 8f368f02d83a51268df54df95963ddc703bfa767 /doc/UpVar.3 | |
| parent | 5d6f66080a397caa85cfd3355f81267c9c8d7d89 (diff) | |
| download | tcl-9fdf5cdf2a5a3cb71f54091b96167fe34cb6ceeb.zip tcl-9fdf5cdf2a5a3cb71f54091b96167fe34cb6ceeb.tar.gz tcl-9fdf5cdf2a5a3cb71f54091b96167fe34cb6ceeb.tar.bz2 | |
* Updated interfaces of generic/tclVar.c according
to TIP 27. In particular, the "part2" arguments were CONSTified.
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 7eaf0d1..c8df47b 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.4 2001/09/27 20:32:35 dgp Exp $ +'\" RCS: @(#) $Id: UpVar.3,v 1.5 2002/03/20 22:47:36 dgp 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 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 |
