summaryrefslogtreecommitdiffstats
path: root/doc/TextLayout.3
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2013-11-05 12:42:46 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2013-11-05 12:42:46 (GMT)
commitd3f29892e022877eead2f37878b216599c897a7b (patch)
tree23bb050ef80e00130648c0145b8d46086c770855 /doc/TextLayout.3
parentcc90e0caca2717db6f7e7eecd71ddb16411ba1fd (diff)
downloadtk-d3f29892e022877eead2f37878b216599c897a7b.zip
tk-d3f29892e022877eead2f37878b216599c897a7b.tar.gz
tk-d3f29892e022877eead2f37878b216599c897a7b.tar.bz2
Fix [http://core.tcl.tk/tcl/info/426679ef7d|426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD and possibly others.
FossilOrigin-Name: a76570974faca3ef3bdf49c5f8423c49d3b160da
Diffstat (limited to 'doc/TextLayout.3')
-rw-r--r--doc/TextLayout.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/TextLayout.3 b/doc/TextLayout.3
index 6c4da60..cd4a938 100644
--- a/doc/TextLayout.3
+++ b/doc/TextLayout.3
@@ -4,8 +4,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_ComputeTextLayout 3 8.1 Tk "Tk Library Procedures"
+.so man.macros
.BS
.SH NAME
Tk_ComputeTextLayout, Tk_FreeTextLayout, Tk_DrawTextLayout, Tk_UnderlineTextLayout, Tk_PointToChar, Tk_CharBbox, Tk_DistanceToTextLayout, Tk_IntersectTextLayout, Tk_TextLayoutToPostscript \- routines to measure and display single-font, multi-line, justified text.