summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavygrvy@pobox.com <davygrvy>2002-05-08 12:32:43 (GMT)
committerdavygrvy@pobox.com <davygrvy>2002-05-08 12:32:43 (GMT)
commit63badb5dbefeca76ac596187526719ddbd95d688 (patch)
tree72e42fd39c1412662211a589b1a42fdacf70737d
parent3bcc13a61bd1a2749f5e1ea7caf251808012090f (diff)
downloadtcl-63badb5dbefeca76ac596187526719ddbd95d688.zip
tcl-63badb5dbefeca76ac596187526719ddbd95d688.tar.gz
tcl-63badb5dbefeca76ac596187526719ddbd95d688.tar.bz2
Opps. An SH macro had two decimals. yes, I'm reverting my reversion.
-rw-r--r--doc/TraceCmd.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TraceCmd.3 b/doc/TraceCmd.3
index cbf72af..109ad53 100644
--- a/doc/TraceCmd.3
+++ b/doc/TraceCmd.3
@@ -4,7 +4,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" CVS: @(#) $Id: TraceCmd.3,v 1.3 2002/05/08 12:29:02 davygrvy Exp $
+'\" CVS: @(#) $Id: TraceCmd.3,v 1.4 2002/05/08 12:32:43 davygrvy Exp $
'\"
.so man.macros
.TH Tcl_TraceCommand 3 7.4 Tcl "Tcl Library Procedures"
@@ -140,7 +140,7 @@ that renaming takes precedence over the one that triggered the trace
and the collection of traces will not be reexecuted; if several traces
rename the command, the last renaming takes precedence.
-..SH "TCL_TRACE_DESTROYED FLAG"
+.SH "TCL_TRACE_DESTROYED FLAG"
.PP
In a delete callback to \fIproc\fR, the TCL_TRACE_DESTROYED bit
is set in \fIflags\fR.