summaryrefslogtreecommitdiffstats
path: root/doc/Alloc.3
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-11-05 12:39:47 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-11-05 12:39:47 (GMT)
commit1aafdd134e0b8454e83bc659eeb7f7dd2c5b2006 (patch)
tree6330b5c81b6925f8ba3fd98fac6d654331ae0089 /doc/Alloc.3
parenta32fae2595e52296e08d1240fcf93f2161074f62 (diff)
parentcda2a285e3db35f852210c948e5ccff1e69806f6 (diff)
downloadtcl-1aafdd134e0b8454e83bc659eeb7f7dd2c5b2006.zip
tcl-1aafdd134e0b8454e83bc659eeb7f7dd2c5b2006.tar.gz
tcl-1aafdd134e0b8454e83bc659eeb7f7dd2c5b2006.tar.bz2
Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD and possibly others.
Diffstat (limited to 'doc/Alloc.3')
-rw-r--r--doc/Alloc.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Alloc.3 b/doc/Alloc.3
index ca4f949..585704a 100644
--- a/doc/Alloc.3
+++ b/doc/Alloc.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_Alloc 3 7.5 Tcl "Tcl Library Procedures"
+.so man.macros
.BS
.SH NAME
Tcl_Alloc, Tcl_Free, Tcl_Realloc, Tcl_AttemptAlloc, Tcl_AttemptRealloc, ckalloc, ckfree, ckrealloc, attemptckalloc, attemptckrealloc \- allocate or free heap memory