summaryrefslogtreecommitdiffstats
path: root/doc/AddErrInfo.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)
commit47d3e9dbac2ab2524764539223eb014693787e58 (patch)
tree6330b5c81b6925f8ba3fd98fac6d654331ae0089 /doc/AddErrInfo.3
parentdd3a00dac4f900de44aa2bf8fc6aeab39c9dd7ca (diff)
parentedd7296583bb16d3131f0a156be8565ed005d8e8 (diff)
downloadtcl-47d3e9dbac2ab2524764539223eb014693787e58.zip
tcl-47d3e9dbac2ab2524764539223eb014693787e58.tar.gz
tcl-47d3e9dbac2ab2524764539223eb014693787e58.tar.bz2
Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD and possibly others.
Diffstat (limited to 'doc/AddErrInfo.3')
-rw-r--r--doc/AddErrInfo.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/AddErrInfo.3 b/doc/AddErrInfo.3
index 36f6a20..d4bf7d5 100644
--- a/doc/AddErrInfo.3
+++ b/doc/AddErrInfo.3
@@ -5,8 +5,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_AddErrorInfo 3 8.5 Tcl "Tcl Library Procedures"
+.so man.macros
.BS
.SH NAME
Tcl_GetReturnOptions, Tcl_SetReturnOptions, Tcl_AddErrorInfo, Tcl_AppendObjToErrorInfo, Tcl_AddObjErrorInfo, Tcl_SetObjErrorCode, Tcl_SetErrorCode, Tcl_SetErrorCodeVA, Tcl_SetErrorLine, Tcl_GetErrorLine, Tcl_PosixError, Tcl_LogCommandInfo \- retrieve or record information about errors and other return options