diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-11-05 12:47:38 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-11-05 12:47:38 (GMT) |
commit | b41c75bc7fc08fd3752d36b7a3566a40dc3cce7e (patch) | |
tree | ce0853f369197f18139edc023ecc34deb1ef8163 /doc/optionMenu.n | |
parent | 3c99a4fe75e4cf464612c9aa47f30b130ecce0d4 (diff) | |
parent | 3e2e7dd9856df4291bf961b1230e211d0e1bfdef (diff) | |
download | tk-b41c75bc7fc08fd3752d36b7a3566a40dc3cce7e.zip tk-b41c75bc7fc08fd3752d36b7a3566a40dc3cce7e.tar.gz tk-b41c75bc7fc08fd3752d36b7a3566a40dc3cce7e.tar.bz2 |
Fix [http://core.tcl.tk/tcl/info/426679ef7d|426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD and possibly others.
Diffstat (limited to 'doc/optionMenu.n')
-rw-r--r-- | doc/optionMenu.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/optionMenu.n b/doc/optionMenu.n index 1c01eb0..42275ce 100644 --- a/doc/optionMenu.n +++ b/doc/optionMenu.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 tk_optionMenu n 4.0 Tk "Tk Built-In Commands" +.so man.macros .BS '\" Note: do not modify the .SH NAME line immediately below! .SH NAME |