summaryrefslogtreecommitdiffstats
path: root/doc/Limit.3
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-11-05 12:36:17 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-11-05 12:36:17 (GMT)
commitcda2a285e3db35f852210c948e5ccff1e69806f6 (patch)
treedcd14b189b32aff2ab2e19845ce469e831029767 /doc/Limit.3
parent49f8bb2d42c970325160658862b0a7f0e2cd066a (diff)
downloadtcl-cda2a285e3db35f852210c948e5ccff1e69806f6.zip
tcl-cda2a285e3db35f852210c948e5ccff1e69806f6.tar.gz
tcl-cda2a285e3db35f852210c948e5ccff1e69806f6.tar.bz2
Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD and possibly others.
Diffstat (limited to 'doc/Limit.3')
-rw-r--r--doc/Limit.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Limit.3 b/doc/Limit.3
index 928ebe1..a113b74 100644
--- a/doc/Limit.3
+++ b/doc/Limit.3
@@ -4,8 +4,8 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-.so man.macros
.TH Tcl_LimitCheck 3 8.5 Tcl "Tcl Library Procedures"
+.so man.macros
.BS
.SH NAME
Tcl_LimitAddHandler, Tcl_LimitCheck, Tcl_LimitExceeded, Tcl_LimitGetCommands, Tcl_LimitGetGranularity, Tcl_LimitGetTime, Tcl_LimitReady, Tcl_LimitRemoveHandler, Tcl_LimitSetCommands, Tcl_LimitSetGranularity, Tcl_LimitSetTime, Tcl_LimitTypeEnabled, Tcl_LimitTypeExceeded, Tcl_LimitTypeReset, Tcl_LimitTypeSet \- manage and check resource limits on interpreters