diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-07 14:52:43 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-07 14:52:43 (GMT) |
commit | 4d7bec4bb09136c9340a8506acb17ce671efbd20 (patch) | |
tree | 74c3efa8cc8c762bf136d956684048cdb8988548 /doc/Limit.3 | |
parent | d4961998794e12b24a57463f33d6d1976477cde3 (diff) | |
download | tcl-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/Limit.3')
-rw-r--r-- | doc/Limit.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/Limit.3 b/doc/Limit.3 index 31b5b62..ca06a7d 100644 --- a/doc/Limit.3 +++ b/doc/Limit.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. '\" -'\" RCS: @(#) $Id: Limit.3,v 1.4 2004/10/07 14:44:33 dkf Exp $ +'\" RCS: @(#) $Id: Limit.3,v 1.5 2004/10/07 14:52:43 dkf Exp $ '\" .so man.macros .TH Tcl_LimitCheck 3 8.5 Tcl "Tcl Library Procedures" @@ -165,8 +165,8 @@ following prototype: .PP .CS typedef void Tcl_LimitHandlerProc( - ClientData \fIclientData\fR, - Tcl_Interp *\fIinterp\fR); + ClientData \fIclientData\fR, + Tcl_Interp *\fIinterp\fR); .CE .PP The \fIclientData\fR argument to the handler will be whatever is @@ -182,7 +182,7 @@ following prototype: .PP .CS typedef void Tcl_LimitHandlerDeleteProc( - ClientData \fIclientData\fR); + ClientData \fIclientData\fR); .CE .PP A limit handler may be deleted using \fBTcl_LimitRemoveHandler\fR; the |