summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2011-11-17 21:16:47 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2011-11-17 21:16:47 (GMT)
commit46e7661baecbcb279babd220b886da7da00ebfdb (patch)
treeea6fe38ab1c38de9064053d2694ae9e071e033ec /doc
parent32c9f8b312d599a0caa6dc36d97caba2cc0384b2 (diff)
downloadtk-46e7661baecbcb279babd220b886da7da00ebfdb.zip
tk-46e7661baecbcb279babd220b886da7da00ebfdb.tar.gz
tk-46e7661baecbcb279babd220b886da7da00ebfdb.tar.bz2
Fix the escaping of leading dots in lines that start with
a widget name, so that nroff doesn't mistake it as a non-existing macro and skips the entire line FossilOrigin-Name: e5f64795fd96b04e6ba96d6b30a1f82ceb049443
Diffstat (limited to 'doc')
-rw-r--r--doc/pack.n2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pack.n b/doc/pack.n
index 33c8203..13c9e0f 100644
--- a/doc/pack.n
+++ b/doc/pack.n
@@ -264,7 +264,7 @@ label .b \-text "This widget is at the bottom" \-bg green
label .l \-text "Left\\nHand\\nSide"
label .r \-text "Right\\nHand\\nSide"
text .mid
-\.mid insert end "This layout is like Java's BorderLayout"
+\&.mid insert end "This layout is like Java's BorderLayout"
# Lay them out
\fBpack\fR .t \-side top \-fill x
\fBpack\fR .b \-side bottom \-fill x