diff options
author | davygrvy <davygrvy@pobox.com> | 2002-05-08 12:29:01 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2002-05-08 12:29:01 (GMT) |
commit | b40b056839e2b00c501bcebd393c461aa6938715 (patch) | |
tree | 83db4009bf094d5439af71bf6179ef79327db4c0 /doc/TraceCmd.3 | |
parent | fe93a4aae815eb2076508da2ad773fa88731e27f (diff) | |
download | tcl-b40b056839e2b00c501bcebd393c461aa6938715.zip tcl-b40b056839e2b00c501bcebd393c461aa6938715.tar.gz tcl-b40b056839e2b00c501bcebd393c461aa6938715.tar.bz2 |
Prior revisions returned. The single-quote macro misunderstanding was from
man2tcl.c instead.
Diffstat (limited to 'doc/TraceCmd.3')
-rw-r--r-- | doc/TraceCmd.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TraceCmd.3 b/doc/TraceCmd.3 index 1e640a7..cbf72af 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.2 2002/05/08 04:37:08 davygrvy Exp $ +'\" CVS: @(#) $Id: TraceCmd.3,v 1.3 2002/05/08 12:29:02 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. |