diff options
author | davygrvy <davygrvy@pobox.com> | 2002-05-08 04:36:54 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2002-05-08 04:36:54 (GMT) |
commit | 45113914635bdedbf79a32d3740785576eedf5fe (patch) | |
tree | fd940cc11d66c8f9f1ffc692008d838a281f1ef8 /doc/TraceCmd.3 | |
parent | 3294b8ddeef8eaac5a10663942a7a3d9be46b740 (diff) | |
download | tcl-45113914635bdedbf79a32d3740785576eedf5fe.zip tcl-45113914635bdedbf79a32d3740785576eedf5fe.tar.gz tcl-45113914635bdedbf79a32d3740785576eedf5fe.tar.bz2 |
winhelp conversion tools where understand a ' as the first character on a line
as an unknown macro. Not knowing how to repair tools/man2tcl.c, I decided
to rearrange the text in the docs 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 f39d458..1e640a7 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.1 2002/04/23 13:09:51 dkf Exp $ +'\" CVS: @(#) $Id: TraceCmd.3,v 1.2 2002/05/08 04:37:08 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. |