diff options
author | jan.nijtmans <jan.nijtmans@noemail.net> | 2013-11-05 12:36:17 (GMT) |
---|---|---|
committer | jan.nijtmans <jan.nijtmans@noemail.net> | 2013-11-05 12:36:17 (GMT) |
commit | f7a45e3ae34775b774572773b6842f3baf74ea63 (patch) | |
tree | dcd14b189b32aff2ab2e19845ce469e831029767 /doc/library.n | |
parent | c40e4c7c972fcd4207f7bb20f658c84826960da8 (diff) | |
download | tcl-f7a45e3ae34775b774572773b6842f3baf74ea63.zip tcl-f7a45e3ae34775b774572773b6842f3baf74ea63.tar.gz tcl-f7a45e3ae34775b774572773b6842f3baf74ea63.tar.bz2 |
Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD and possibly others.
FossilOrigin-Name: 5145f9b67365b976e0cfb48ee865aa77d8cd336d
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 |