diff options
Diffstat (limited to 'doc/ttk_radiobutton.n')
-rw-r--r-- | doc/ttk_radiobutton.n | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/ttk_radiobutton.n b/doc/ttk_radiobutton.n index d757d8e..afbd8c2 100644 --- a/doc/ttk_radiobutton.n +++ b/doc/ttk_radiobutton.n @@ -4,8 +4,6 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: ttk_radiobutton.n,v 1.15 2008/12/04 15:47:22 dkf Exp $ -'\" .so man.macros .TH ttk::radiobutton n 8.5 Tk "Tk Themed Widget" .BS @@ -31,7 +29,7 @@ it sets the variable to its associated value. .OP \-command command Command A Tcl script to evaluate whenever the widget is invoked. .OP \-value Value Value -The value to store in the associated \fI\-variable\fR +The value to store in the associated \fB\-variable\fR when the widget is selected. .OP \-variable variable Variable The name of a global variable whose value is linked to the widget. |