diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-08-20 14:15:28 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-08-20 14:15:28 (GMT) |
commit | 44690695232e710466448fb028a037136342bbdf (patch) | |
tree | d0cd0cc89a1a6944dc81a789b21e61384d469b26 /doc/options.n | |
parent | 8cf3e7964b95b65ef9cca59cda9e0f7430669fc2 (diff) | |
download | tk-44690695232e710466448fb028a037136342bbdf.zip tk-44690695232e710466448fb028a037136342bbdf.tar.gz tk-44690695232e710466448fb028a037136342bbdf.tar.bz2 |
More doc fixes. [Patch 1012837]
Diffstat (limited to 'doc/options.n')
-rw-r--r-- | doc/options.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/options.n b/doc/options.n index 95d1af1..52b5308 100644 --- a/doc/options.n +++ b/doc/options.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: options.n,v 1.7 2004/08/16 14:01:10 dkf Exp $ +'\" RCS: @(#) $Id: options.n,v 1.8 2004/08/20 14:15:29 dkf Exp $ '\" .so man.macros .TH options n 4.4 Tk "Tk Built-In Commands" @@ -31,7 +31,7 @@ command .CS \&\fB.a.b.c\0\0configure\0\0\-foreground black\fR .CE -may be used to specify the value \fBblack\fR for the option in the +may be used to specify the value \fBblack\fR for the option in the widget \fB.a.b.c\fR. Command-line switches may be abbreviated, as long as the abbreviation is unambiguous. ``Database Name'' refers to the option's name in the option database (e.g. |