diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-11-05 12:36:17 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-11-05 12:36:17 (GMT) |
commit | edd7296583bb16d3131f0a156be8565ed005d8e8 (patch) | |
tree | dcd14b189b32aff2ab2e19845ce469e831029767 /doc/Namespace.3 | |
parent | 010943474bbcde5b833c6e406b47e9d90a385c3a (diff) | |
download | tcl-edd7296583bb16d3131f0a156be8565ed005d8e8.zip tcl-edd7296583bb16d3131f0a156be8565ed005d8e8.tar.gz tcl-edd7296583bb16d3131f0a156be8565ed005d8e8.tar.bz2 |
Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD and possibly others.
Diffstat (limited to 'doc/Namespace.3')
-rw-r--r-- | doc/Namespace.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Namespace.3 b/doc/Namespace.3 index 5477329..4b37c2b 100644 --- a/doc/Namespace.3 +++ b/doc/Namespace.3 @@ -7,8 +7,8 @@ '\" Note that some of these functions do not seem to belong, but they '\" were all introduced with the same TIP (#139) '\" -.so man.macros .TH Tcl_Namespace 3 8.5 Tcl "Tcl Library Procedures" +.so man.macros .BS .SH NAME Tcl_AppendExportList, Tcl_CreateNamespace, Tcl_DeleteNamespace, Tcl_Export, Tcl_FindCommand, Tcl_FindNamespace, Tcl_ForgetImport, Tcl_GetCurrentNamespace, Tcl_GetGlobalNamespace, Tcl_GetNamespaceUnknownHandler, Tcl_Import, Tcl_SetNamespaceUnknownHandler \- manipulate namespaces |