diff options
author | max <max@tclers.tk> | 2011-11-08 17:59:04 (GMT) |
---|---|---|
committer | max <max@tclers.tk> | 2011-11-08 17:59:04 (GMT) |
commit | 128af3ded63b474f9f4f54b58fb0176fc190f786 (patch) | |
tree | cc142b6dc30f0ccc6f1671d52e9eabbdf2ee7bb6 /doc/label.n | |
parent | 4a7b2f3f4b8dda58f92c03993f90522aee354a01 (diff) | |
parent | dd9f8d20f404ce3ed650879e469d6fafc1bc1380 (diff) | |
download | tk-128af3ded63b474f9f4f54b58fb0176fc190f786.zip tk-128af3ded63b474f9f4f54b58fb0176fc190f786.tar.gz tk-128af3ded63b474f9f4f54b58fb0176fc190f786.tar.bz2 |
* Add square to DEMOPROGS in unix/Makefile.in. It contains a shebang
and hence should get installed with executable bits.
* manpages: 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.
Diffstat (limited to 'doc/label.n')
-rw-r--r-- | doc/label.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/label.n b/doc/label.n index 7d768f5..e445ebb 100644 --- a/doc/label.n +++ b/doc/label.n @@ -113,7 +113,7 @@ labels are not intended to be interactive. \fBlabel\fR .l \-text "Left\enHand\enSide" \fBlabel\fR .r \-text "Right\enHand\enSide" 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 pack .t \-side top \-fill x pack .b \-side bottom \-fill x |