diff options
author | max <max@tclers.tk> | 2011-11-08 17:44:42 (GMT) |
---|---|---|
committer | max <max@tclers.tk> | 2011-11-08 17:44:42 (GMT) |
commit | 9bc6d3a39db60af7ee2496433bfa93ff9eb3ef3a (patch) | |
tree | f40cfd7ed7186b5f20da079a0e51a8db01d102f2 /doc/label.n | |
parent | 3a8c9688374896ba183510f3799180dffe34591d (diff) | |
download | tk-9bc6d3a39db60af7ee2496433bfa93ff9eb3ef3a.zip tk-9bc6d3a39db60af7ee2496433bfa93ff9eb3ef3a.tar.gz tk-9bc6d3a39db60af7ee2496433bfa93ff9eb3ef3a.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 5e1139a..ef121cb 100644 --- a/doc/label.n +++ b/doc/label.n @@ -112,7 +112,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 |