diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-11-05 12:47:38 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-11-05 12:47:38 (GMT) |
commit | d7c413aa98ee549878e88db2b27139e34f785429 (patch) | |
tree | ce0853f369197f18139edc023ecc34deb1ef8163 /doc/CrtSelHdlr.3 | |
parent | 47e8aa199af1e9e5174a12b4eac7868453bbe270 (diff) | |
parent | c3b83b803b393305447cf8e117dd15f0a43b32f5 (diff) | |
download | tk-d7c413aa98ee549878e88db2b27139e34f785429.zip tk-d7c413aa98ee549878e88db2b27139e34f785429.tar.gz tk-d7c413aa98ee549878e88db2b27139e34f785429.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/CrtSelHdlr.3')
-rw-r--r-- | doc/CrtSelHdlr.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/CrtSelHdlr.3 b/doc/CrtSelHdlr.3 index b7758df..2aeffa9 100644 --- a/doc/CrtSelHdlr.3 +++ b/doc/CrtSelHdlr.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_CreateSelHandler 3 4.0 Tk "Tk Library Procedures" +.so man.macros .BS .SH NAME Tk_CreateSelHandler, Tk_DeleteSelHandler \- arrange to handle requests for a selection |