diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-11-05 12:42:46 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-11-05 12:42:46 (GMT) |
commit | 5f198d2fbc65f55d60ba187a8f9f423a08830454 (patch) | |
tree | 96facd0b88f978c08675fea36c7233090540b1d4 /doc/Name.3 | |
parent | 3ef0dca09f26863a37951cb2b8818dc86d1a106d (diff) | |
download | tk-5f198d2fbc65f55d60ba187a8f9f423a08830454.zip tk-5f198d2fbc65f55d60ba187a8f9f423a08830454.tar.gz tk-5f198d2fbc65f55d60ba187a8f9f423a08830454.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/Name.3')
-rw-r--r-- | doc/Name.3 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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_Name 3 "" Tk "Tk Library Procedures" +.so man.macros .BS .SH NAME Tk_Name, Tk_PathName, Tk_NameToWindow \- convert between names and window tokens |