summaryrefslogtreecommitdiffstats
path: root/doc/trace.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2001-01-16 15:41:06 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2001-01-16 15:41:06 (GMT)
commit0412e22f32c9b254539268b402a14c24ca59f145 (patch)
tree828e917ecc28fffd606afe969a80eb7023687d42 /doc/trace.n
parent131bb85d732222882579df7f1cd45bfba4dda989 (diff)
downloadtcl-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.n3
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