summaryrefslogtreecommitdiffstats
path: root/doc/TraceCmd.3
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-10-07 14:52:43 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-10-07 14:52:43 (GMT)
commit4d7bec4bb09136c9340a8506acb17ce671efbd20 (patch)
tree74c3efa8cc8c762bf136d956684048cdb8988548 /doc/TraceCmd.3
parentd4961998794e12b24a57463f33d6d1976477cde3 (diff)
downloadtcl-4d7bec4bb09136c9340a8506acb17ce671efbd20.zip
tcl-4d7bec4bb09136c9340a8506acb17ce671efbd20.tar.gz
tcl-4d7bec4bb09136c9340a8506acb17ce671efbd20.tar.bz2
Convert (most) tabs to spaces because they're printed more reliably
Diffstat (limited to 'doc/TraceCmd.3')
-rw-r--r--doc/TraceCmd.38
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/TraceCmd.3 b/doc/TraceCmd.3
index 3df4bc6..d05cd34 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.6 2004/09/18 17:01:06 dkf Exp $
+'\" CVS: @(#) $Id: TraceCmd.3,v 1.7 2004/10/07 14:52:43 dkf Exp $
'\"
.so man.macros
.TH Tcl_TraceCommand 3 7.4 Tcl "Tcl Library Procedures"
@@ -67,10 +67,10 @@ Whenever one of the specified operations occurs to the command,
match the type \fBTcl_CommandTraceProc\fR:
.CS
typedef void Tcl_CommandTraceProc(
- ClientData \fIclientData\fR,
+ ClientData \fIclientData\fR,
Tcl_Interp *\fIinterp\fR,
- CONST char *\fIoldName\fR,
- CONST char *\fInewName\fR,
+ CONST char *\fIoldName\fR,
+ CONST char *\fInewName\fR,
int \fIflags\fR);
.CE
The \fIclientData\fR and \fIinterp\fR parameters will have the same