summaryrefslogtreecommitdiffstats
path: root/doc/SetOptions.3
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-08-22 15:43:18 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-08-22 15:43:18 (GMT)
commit4dc25bde7ef9ad66f1511f6225c5eec5e526f068 (patch)
tree9906b10491082ca256832867a828be700b906dbd /doc/SetOptions.3
parent44690695232e710466448fb028a037136342bbdf (diff)
downloadtk-4dc25bde7ef9ad66f1511f6225c5eec5e526f068.zip
tk-4dc25bde7ef9ad66f1511f6225c5eec5e526f068.tar.gz
tk-4dc25bde7ef9ad66f1511f6225c5eec5e526f068.tar.bz2
More doc fixes from Mikhail Kolesnitchenko. [Patch 1013520]
Diffstat (limited to 'doc/SetOptions.3')
-rw-r--r--doc/SetOptions.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/SetOptions.3 b/doc/SetOptions.3
index 1912e31..b079332 100644
--- a/doc/SetOptions.3
+++ b/doc/SetOptions.3
@@ -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: SetOptions.3,v 1.9 2004/03/25 12:12:36 vincentdarley Exp $
+'\" RCS: @(#) $Id: SetOptions.3,v 1.10 2004/08/22 15:43:20 dkf Exp $
'\"
.so man.macros
.TH Tk_SetOptions 3 8.1 Tk "Tk Library Procedures"
@@ -103,7 +103,7 @@ which information about a particular widget or object is stored.
.PP
Note: the easiest way to learn how to use these procedures is to
look at a working example. In Tk, the simplest example is the code
-that implements the button family of widgets, which is an \fBtkButton.c\fR.
+that implements the button family of widgets, which is in \fBtkButton.c\fR.
Other examples are in \fBtkSquare.c\fR and \fBtkMenu.c\fR.
.PP
In order to use these procedures, the code that implements the widget