diff options
author | davygrvy@pobox.com <davygrvy> | 2002-03-29 02:39:27 (GMT) |
---|---|---|
committer | davygrvy@pobox.com <davygrvy> | 2002-03-29 02:39:27 (GMT) |
commit | dcbc736ec044abb7c06eec7c8ffb08c44c86c04b (patch) | |
tree | 07dd4c94863494526ed05cb1295a1a047b6e1950 /doc/TraceVar.3 | |
parent | 5f9476a56bf71708c391dd74acd4aea1c4e093e6 (diff) | |
download | tcl-dcbc736ec044abb7c06eec7c8ffb08c44c86c04b.zip tcl-dcbc736ec044abb7c06eec7c8ffb08c44c86c04b.tar.gz tcl-dcbc736ec044abb7c06eec7c8ffb08c44c86c04b.tar.bz2 |
.AP macro syntax
Diffstat (limited to 'doc/TraceVar.3')
-rw-r--r-- | doc/TraceVar.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TraceVar.3 b/doc/TraceVar.3 index ffd0f52..4f9d9a6 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.6 2002/03/20 22:47:36 dgp Exp $ +'\" RCS: @(#) $Id: TraceVar.3,v 1.7 2002/03/29 02:39:27 davygrvy 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 CONST 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. |