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/GetOption.3 | |
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/GetOption.3')
-rw-r--r-- | doc/GetOption.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/GetOption.3 b/doc/GetOption.3 index 4e13b9b..81846ad 100644 --- a/doc/GetOption.3 +++ b/doc/GetOption.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 Tk_GetOption 3 "" Tk "Tk Library Procedures" +.so man.macros .BS .SH NAME Tk_GetOption \- retrieve an option from the option database |