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/Exit.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/Exit.3')
-rw-r--r-- | doc/Exit.3 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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_Exit 3 8.5 Tcl "Tcl Library Procedures" +.so man.macros .BS .SH NAME Tcl_Exit, Tcl_Finalize, Tcl_CreateExitHandler, Tcl_DeleteExitHandler, Tcl_ExitThread, Tcl_FinalizeThread, Tcl_CreateThreadExitHandler, Tcl_DeleteThreadExitHandler, Tcl_SetExitProc \- end the application or thread (and invoke exit handlers) |