summaryrefslogtreecommitdiffstats
path: root/doc/pack.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-10-28 12:25:53 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-10-28 12:25:53 (GMT)
commitb5e7e8747736a9f4f6e9c3ad6e1763b6a5900c9c (patch)
treed43ab195bbb59360312c2df24cc52e874efc6409 /doc/pack.n
parentbffdac3cbb0bfe12357f55cdc4fb24195743fbcf (diff)
downloadtk-b5e7e8747736a9f4f6e9c3ad6e1763b6a5900c9c.zip
tk-b5e7e8747736a9f4f6e9c3ad6e1763b6a5900c9c.tar.gz
tk-b5e7e8747736a9f4f6e9c3ad6e1763b6a5900c9c.tar.bz2
More minor doc fixes
Diffstat (limited to 'doc/pack.n')
-rw-r--r--doc/pack.n12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/pack.n b/doc/pack.n
index e3122ef..81de9c8 100644
--- a/doc/pack.n
+++ b/doc/pack.n
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: pack.n,v 1.6 2004/08/20 10:56:36 dkf Exp $
+'\" RCS: @(#) $Id: pack.n,v 1.7 2004/10/28 12:25:53 dkf Exp $
'\"
.so man.macros
.TH pack n 4.0 Tk "Tk Built-In Commands"
@@ -268,11 +268,11 @@ label .r \-text "Right\\nHand\\nSide"
text .mid
\.mid insert end "This layout is like Java's BorderLayout"
# Lay them out
-pack .t \-side top \-fill x
-pack .b \-side bottom \-fill x
-pack .l \-side left \-fill y
-pack .r \-side right \-fill y
-pack .mid \-expand 1 \-fill both
+\fBpack\fR .t \-side top \-fill x
+\fBpack\fR .b \-side bottom \-fill x
+\fBpack\fR .l \-side left \-fill y
+\fBpack\fR .r \-side right \-fill y
+\fBpack\fR .mid \-expand 1 \-fill both
.CE
.SH "SEE ALSO"