diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2010-01-10 20:38:54 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2010-01-10 20:38:54 (GMT) |
commit | e321c84ea825bd271a791b45893e996ac6c9cb30 (patch) | |
tree | 2456449be70a6dc1af48ce224c78d329d2bfb3d6 /doc/option.n | |
parent | f571d7e3f302d02bcede85ce56429237a4afe9e0 (diff) | |
download | tk-e321c84ea825bd271a791b45893e996ac6c9cb30.zip tk-e321c84ea825bd271a791b45893e996ac6c9cb30.tar.gz tk-e321c84ea825bd271a791b45893e996ac6c9cb30.tar.bz2 |
Small cleanups to improve HTML generation.
Diffstat (limited to 'doc/option.n')
-rw-r--r-- | doc/option.n | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/option.n b/doc/option.n index 083e05e..cd83ca5 100644 --- a/doc/option.n +++ b/doc/option.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: option.n,v 1.10 2009/12/25 18:21:30 dkf Exp $ +'\" RCS: @(#) $Id: option.n,v 1.11 2010/01/10 20:38:54 dkf Exp $ '\" .so man.macros .TH option n "" Tk "Tk Built-In Commands" @@ -28,8 +28,8 @@ database or to retrieve options from the database. The \fBadd\fR form of the command adds a new option to the database. \fIPattern\fR contains the option being specified, and consists of names and/or classes -separated by asterisks or dots, in the usual X format (see \fBPATTERN -FORMAT\fR). \fIValue\fR +separated by asterisks or dots, in the usual X format (see +\fBPATTERN FORMAT\fR). \fIValue\fR contains a text string to associate with \fIpattern\fR; this is the value that will be returned in calls to \fBTk_GetOption\fR or by invocations of the \fBoption get\fR command. If \fIpriority\fR |