summaryrefslogtreecommitdiffstats
path: root/doc/TraceVar.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/TraceVar.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/TraceVar.3')
-rw-r--r--doc/TraceVar.312
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/TraceVar.3 b/doc/TraceVar.3
index f214ee1..acf9b45 100644
--- a/doc/TraceVar.3
+++ b/doc/TraceVar.3
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: TraceVar.3,v 1.10 2004/09/18 17:01:06 dkf Exp $
+'\" RCS: @(#) $Id: TraceVar.3,v 1.11 2004/10/07 14:52:43 dkf Exp $
'\"
.so man.macros
.TH Tcl_TraceVar 3 7.4 Tcl "Tcl Library Procedures"
@@ -128,11 +128,11 @@ It should have arguments and result that match the type
\fBTcl_VarTraceProc\fR:
.CS
typedef char *Tcl_VarTraceProc(
- ClientData \fIclientData\fR,
- Tcl_Interp *\fIinterp\fR,
- char *\fIname1\fR,
- char *\fIname2\fR,
- int \fIflags\fR);
+ ClientData \fIclientData\fR,
+ Tcl_Interp *\fIinterp\fR,
+ char *\fIname1\fR,
+ char *\fIname2\fR,
+ int \fIflags\fR);
.CE
The \fIclientData\fR and \fIinterp\fR parameters will
have the same values as those passed to \fBTcl_TraceVar\fR when the