diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2001-01-16 15:41:06 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2001-01-16 15:41:06 (GMT) |
commit | 0412e22f32c9b254539268b402a14c24ca59f145 (patch) | |
tree | 828e917ecc28fffd606afe969a80eb7023687d42 /doc/trace.n | |
parent | 131bb85d732222882579df7f1cd45bfba4dda989 (diff) | |
download | tcl-0412e22f32c9b254539268b402a14c24ca59f145.zip tcl-0412e22f32c9b254539268b402a14c24ca59f145.tar.gz tcl-0412e22f32c9b254539268b402a14c24ca59f145.tar.bz2 |
Added missing nroff directive.
Diffstat (limited to 'doc/trace.n')
-rw-r--r-- | doc/trace.n | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/trace.n b/doc/trace.n index 5e822bb..9a94ad5 100644 --- a/doc/trace.n +++ b/doc/trace.n @@ -6,7 +6,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: trace.n,v 1.7 2000/09/07 17:39:04 hobbs Exp $ +'\" RCS: @(#) $Id: trace.n,v 1.8 2001/01/16 15:41:06 dkf Exp $ '\" .so man.macros .TH trace n "8.4" Tcl "Tcl Built-In Commands" @@ -88,6 +88,7 @@ the \fBarray\fR command, provided that \fIname\fR is not a scalar variable at the time that the \fBarray\fR command is invoked. If \fIname\fR is a scalar variable, the access via the \fBarray\fR command will not trigger the trace. +.TP \fBread\fR Invoke \fIcommand\fR whenever the variable is read. .TP |