diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-11-24 09:56:44 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-11-24 09:56:44 (GMT) |
commit | 827def29b0f6fd619215ee54b2282384c09fa3f1 (patch) | |
tree | e79ded9d457026909a09211d64f6f62eaf8ec046 | |
parent | 5eff66ecd844065a708ad18238f114174ef9ffe1 (diff) | |
download | tk-827def29b0f6fd619215ee54b2282384c09fa3f1.zip tk-827def29b0f6fd619215ee54b2282384c09fa3f1.tar.gz tk-827def29b0f6fd619215ee54b2282384c09fa3f1.tar.bz2 |
Minor doc fixes. [Bug 2330040]
-rw-r--r-- | doc/busy.n | 4 | ||||
-rw-r--r-- | doc/ttk_entry.n | 3 | ||||
-rw-r--r-- | doc/ttk_spinbox.n | 4 |
3 files changed, 6 insertions, 5 deletions
@@ -1,6 +1,6 @@ '\" '\" Copyright (c) 1993-1998 Lucent Technologies, Inc. -'\" Copyright (c) 2008, Jos Decoster +'\" Copyright (c) 2008 Jos Decoster '\" '\" Permission to use, copy, modify, and distribute this software and its '\" documentation for any purpose and without fee is hereby granted, provided @@ -23,7 +23,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: busy.n,v 1.1 2008/10/18 14:22:21 dkf Exp $ +'\" RCS: @(#) $Id: busy.n,v 1.2 2008/11/24 09:56:44 dkf Exp $ '\" .so man.macros .TH busy n "" Tk "Tk Built-In Commands" diff --git a/doc/ttk_entry.n b/doc/ttk_entry.n index ea6251d..5533e76 100644 --- a/doc/ttk_entry.n +++ b/doc/ttk_entry.n @@ -7,7 +7,7 @@ '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" '\" SOURCE: entry.n, r1.12 -'\" RCS: @(#) $Id: ttk_entry.n,v 1.14 2008/10/27 13:38:51 dkf Exp $ +'\" RCS: @(#) $Id: ttk_entry.n,v 1.15 2008/11/24 09:56:44 dkf Exp $ '\" .so man.macros .TH ttk::entry n 8.5 Tk "Tk Themed Widget" @@ -271,6 +271,7 @@ widget subcommands (see \fIttk::widget(n)\fR for details): .ta 5.5c 11c \fBcget\fR \fBconfigure\fR \fBidentify\fR \fBinstate\fR \fBstate\fR +.DE .SH VALIDATION .PP The \fB\-validate\fR, \fB\-validatecommand\fR, and \fB\-invalidcommand\fR diff --git a/doc/ttk_spinbox.n b/doc/ttk_spinbox.n index 350cfed..d8a9cfc 100644 --- a/doc/ttk_spinbox.n +++ b/doc/ttk_spinbox.n @@ -4,7 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: ttk_spinbox.n,v 1.1 2008/11/01 15:34:24 patthoyts Exp $ +'\" RCS: @(#) $Id: ttk_spinbox.n,v 1.2 2008/11/24 09:56:44 dkf Exp $ '\" .so man.macros .TH ttk::spinbox n 8.5 Tk "Tk Themed Widget" @@ -26,7 +26,7 @@ to a Tcl variable. \-class \-cursor \-style \-takefocus \-xscrollcommand .SE -.SO ttk::entry +.SO ttk_entry \-validate \-validatecommand .SE .SH "WIDGET-SPECIFIC OPTIONS" |