summaryrefslogtreecommitdiffstats
path: root/doc/TraceVar.3
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2002-03-20 22:47:35 (GMT)
committerdgp <dgp@noemail.net>2002-03-20 22:47:35 (GMT)
commitba9f95d5492347d48f0585b5a7d711347e973bf3 (patch)
tree8f368f02d83a51268df54df95963ddc703bfa767 /doc/TraceVar.3
parent431752470573c699cd64c8174c40c89614896d4d (diff)
downloadtcl-ba9f95d5492347d48f0585b5a7d711347e973bf3.zip
tcl-ba9f95d5492347d48f0585b5a7d711347e973bf3.tar.gz
tcl-ba9f95d5492347d48f0585b5a7d711347e973bf3.tar.bz2
* Updated interfaces of generic/tclVar.c according
to TIP 27. In particular, the "part2" arguments were CONSTified. FossilOrigin-Name: b64c27e52d63f10977aa98296f7f47941929cfff
Diffstat (limited to 'doc/TraceVar.3')
-rw-r--r--doc/TraceVar.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TraceVar.3 b/doc/TraceVar.3
index b8c5efb..ffd0f52 100644
--- a/doc/TraceVar.3
+++ b/doc/TraceVar.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: TraceVar.3,v 1.5 2001/11/19 14:35:54 dkf Exp $
+'\" RCS: @(#) $Id: TraceVar.3,v 1.6 2002/03/20 22:47:36 dgp Exp $
'\"
.so man.macros
.TH Tcl_TraceVar 3 7.4 Tcl "Tcl Library Procedures"
@@ -54,7 +54,7 @@ Procedure to invoke whenever one of the traced operations occurs.
Arbitrary one-word value to pass to \fIproc\fR.
.AP char *name1 in
Name of scalar or array variable (without array index).
-.AP char *name2 in
+.AP CONST char *name2 in
For a trace on an element of an array, gives the index of the
element. For traces on scalar variables or on whole arrays,
is NULL.