summaryrefslogtreecommitdiffstats
path: root/doc/pack.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-07-01 08:06:14 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-07-01 08:06:14 (GMT)
commit703aa9412b2704077bc2c9aa0aca2931f64655e1 (patch)
tree4c9f2117c1aa8860ab8ff851b6ba615b317ecc22 /doc/pack.n
parent66b10ca873b53d7f03f2f84d27a54adc02a3fc35 (diff)
downloadtk-703aa9412b2704077bc2c9aa0aca2931f64655e1.zip
tk-703aa9412b2704077bc2c9aa0aca2931f64655e1.tar.gz
tk-703aa9412b2704077bc2c9aa0aca2931f64655e1.tar.bz2
Doc fixes. [Tcl Bug 983146]
Diffstat (limited to 'doc/pack.n')
-rw-r--r--doc/pack.n6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/pack.n b/doc/pack.n
index ad82adb..0d9956c 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.4 2004/06/21 14:56:28 dkf Exp $
+'\" RCS: @(#) $Id: pack.n,v 1.5 2004/07/01 08:06:15 dkf Exp $
'\"
.so man.macros
.TH pack n 4.0 Tk "Tk Built-In Commands"
@@ -263,8 +263,8 @@ the stacking order of either the master or the slave.
# Make the widgets
label .t \-text "This widget is at the top" \-bg red
label .b \-text "This widget is at the bottom" \-bg green
-label .l \-text "Left\nHand\nSide"
-label .r \-text "Right\nHand\nSide"
+label .l \-text "Left\\nHand\\nSide"
+label .r \-text "Right\\nHand\\nSide"
text .mid
\.mid insert end "This layout is like Java's BorderLayout"
# Lay them out