diff options
author | max@tclers.tk (Reinhard Max) <max> | 2011-11-08 17:44:42 (GMT) |
---|---|---|
committer | max@tclers.tk (Reinhard Max) <max> | 2011-11-08 17:44:42 (GMT) |
commit | 59c3cc340836a6efe395266b047b5618e44d57cf (patch) | |
tree | f40cfd7ed7186b5f20da079a0e51a8db01d102f2 /doc/pack.n | |
parent | 14f5fa830014276c68b48759fa27a384eebd2439 (diff) | |
download | tk-59c3cc340836a6efe395266b047b5618e44d57cf.zip tk-59c3cc340836a6efe395266b047b5618e44d57cf.tar.gz tk-59c3cc340836a6efe395266b047b5618e44d57cf.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/pack.n')
-rw-r--r-- | doc/pack.n | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -266,7 +266,7 @@ label .b \-text "This widget is at the bottom" \-bg green label .l \-text "Left\enHand\enSide" label .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 \fBpack\fR .t \-side top \-fill x \fBpack\fR .b \-side bottom \-fill x |