diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-08-17 22:37:23 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-08-17 22:37:23 (GMT) |
commit | 3fb4b62b126615f18524357090c3bccf0985fcae (patch) | |
tree | e00390b37b5eea519bafc3dbc07a169e0d2bbc6c /doc/button.n | |
parent | 21742ef35eb0732a8e33f526626dcf61425d786b (diff) | |
download | tk-3fb4b62b126615f18524357090c3bccf0985fcae.zip tk-3fb4b62b126615f18524357090c3bccf0985fcae.tar.gz tk-3fb4b62b126615f18524357090c3bccf0985fcae.tar.bz2 |
Doc patches [1010083] and [1010607] from Mikhail Kolesnitschenko.
Also some general fixes to menu.n and text.n
Diffstat (limited to 'doc/button.n')
-rw-r--r-- | doc/button.n | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/button.n b/doc/button.n index d05e76e..16535aa 100644 --- a/doc/button.n +++ b/doc/button.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: button.n,v 1.7 2004/08/16 14:01:10 dkf Exp $ +'\" RCS: @(#) $Id: button.n,v 1.8 2004/08/17 22:37:24 dkf Exp $ '\" .so man.macros .TH button n 4.4 Tk "Tk Built-In Commands" @@ -44,7 +44,6 @@ the same size. In disabled state, the button is drawn with the non-default button appearance without leaving space for the default appearance. The disabled state may result in a smaller button than the active state. -ring. .VE .OP \-height height Height Specifies a desired height for the button. |