diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-11-05 12:39:47 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-11-05 12:39:47 (GMT) |
commit | e11f12a27a82f6d0be2916ecfa75be17c524d983 (patch) | |
tree | 6330b5c81b6925f8ba3fd98fac6d654331ae0089 /doc/TCL_MEM_DEBUG.3 | |
parent | 80cd306b3640ff4cf8ece8f2719a52e3ec5c4818 (diff) | |
parent | 0158c8427282788538c98897ca0b23a93934c779 (diff) | |
download | tcl-e11f12a27a82f6d0be2916ecfa75be17c524d983.zip tcl-e11f12a27a82f6d0be2916ecfa75be17c524d983.tar.gz tcl-e11f12a27a82f6d0be2916ecfa75be17c524d983.tar.bz2 |
Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD and possibly others.
Diffstat (limited to 'doc/TCL_MEM_DEBUG.3')
-rw-r--r-- | doc/TCL_MEM_DEBUG.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/TCL_MEM_DEBUG.3 b/doc/TCL_MEM_DEBUG.3 index 5a3e08a..e3a6809 100644 --- a/doc/TCL_MEM_DEBUG.3 +++ b/doc/TCL_MEM_DEBUG.3 @@ -3,8 +3,8 @@ '\" Copyright (c) 2000 by Scriptics Corporation. '\" All rights reserved. '\" -.so man.macros .TH TCL_MEM_DEBUG 3 8.1 Tcl "Tcl Library Procedures" +.so man.macros .BS .SH NAME TCL_MEM_DEBUG \- Compile-time flag to enable Tcl memory debugging |