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/library.n | |
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/library.n')
-rw-r--r-- | doc/library.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/library.n b/doc/library.n index f29af8b..e9f81ac 100644 --- a/doc/library.n +++ b/doc/library.n @@ -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 library n "8.0" Tcl "Tcl Built-In Commands" +.so man.macros .BS .SH NAME auto_execok, auto_import, auto_load, auto_mkindex, auto_mkindex_old, auto_qualify, auto_reset, tcl_findLibrary, parray, tcl_endOfWord, tcl_startOfNextWord, tcl_startOfPreviousWord, tcl_wordBreakAfter, tcl_wordBreakBefore \- standard library of Tcl procedures |