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/GetHWND.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/GetHWND.3')
-rw-r--r-- | doc/GetHWND.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/GetHWND.3 b/doc/GetHWND.3 index c78df98..1a5ec2d 100644 --- a/doc/GetHWND.3 +++ b/doc/GetHWND.3 @@ -2,8 +2,8 @@ '\" Copyright (c) 1998-2000 by Scriptics Corporation. '\" All rights reserved. '\" -.so man.macros .TH HWND 3 8.0 Tk "Tk Library Procedures" +.so man.macros .BS .SH NAME Tk_GetHWND, Tk_AttachHWND \- manage interactions between the Windows handle and an X window |