diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-07 16:05:13 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-07 16:05:13 (GMT) |
commit | e3b24a5defd86b87e59a1260fc2dd752cda7020f (patch) | |
tree | dd437c6188c1c52cb8c5b4374a7959ce97d2d6e1 /doc/Limit.3 | |
parent | 25fb71d60b4159d11364bdc2b360deb7fc58605e (diff) | |
download | tcl-e3b24a5defd86b87e59a1260fc2dd752cda7020f.zip tcl-e3b24a5defd86b87e59a1260fc2dd752cda7020f.tar.gz tcl-e3b24a5defd86b87e59a1260fc2dd752cda7020f.tar.bz2 |
Reduce the number of warnings given by nroff...
Diffstat (limited to 'doc/Limit.3')
-rw-r--r-- | doc/Limit.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Limit.3 b/doc/Limit.3 index ca06a7d..389c406 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.5 2004/10/07 14:52:43 dkf Exp $ +'\" RCS: @(#) $Id: Limit.3,v 1.6 2004/10/07 16:05:14 dkf Exp $ '\" .so man.macros .TH Tcl_LimitCheck 3 8.5 Tcl "Tcl Library Procedures" @@ -65,7 +65,7 @@ void Interpreter that the limit being managed applies to or that will have its limits checked. .AP int type in -The type of limit that the operation refers to. Must be either +The type of limit that the operation refers to. This must be either \fBTCL_LIMIT_COMMANDS\fR or \fBTCL_LIMIT_TIME\fR. .AP int commandLimit in The maximum number of commands (as reported by \fBinfo cmdcount\fR) |