summaryrefslogtreecommitdiffstats
path: root/doc/NRE.3
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2013-11-05 12:39:47 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2013-11-05 12:39:47 (GMT)
commite11f12a27a82f6d0be2916ecfa75be17c524d983 (patch)
tree6330b5c81b6925f8ba3fd98fac6d654331ae0089 /doc/NRE.3
parent80cd306b3640ff4cf8ece8f2719a52e3ec5c4818 (diff)
parent0158c8427282788538c98897ca0b23a93934c779 (diff)
downloadtcl-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/NRE.3')
-rw-r--r--doc/NRE.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/NRE.3 b/doc/NRE.3
index ce609e6..a8ac477 100644
--- a/doc/NRE.3
+++ b/doc/NRE.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 NRE 3 8.6 Tcl "Tcl Library Procedures"
+.so man.macros
.BS
.SH NAME
Tcl_NRCreateCommand, Tcl_NRCallObjProc, Tcl_NREvalObj, Tcl_NREvalObjv, Tcl_NRCmdSwap, Tcl_NRExprObj, Tcl_NRAddCallback \- Non-Recursive (stackless) evaluation of Tcl scripts.