diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2004-10-07 14:52:43 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2004-10-07 14:52:43 (GMT) |
commit | d99964fc2b39ec9cf528939b80066734fc9082c2 (patch) | |
tree | 74c3efa8cc8c762bf136d956684048cdb8988548 /doc/TraceVar.3 | |
parent | 95267432f437715236fc46659ca31d9a2672a4ee (diff) | |
download | tcl-d99964fc2b39ec9cf528939b80066734fc9082c2.zip tcl-d99964fc2b39ec9cf528939b80066734fc9082c2.tar.gz tcl-d99964fc2b39ec9cf528939b80066734fc9082c2.tar.bz2 |
Convert (most) tabs to spaces because they're printed more reliably
Diffstat (limited to 'doc/TraceVar.3')
-rw-r--r-- | doc/TraceVar.3 | 12 |
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 |