summaryrefslogtreecommitdiffstats
path: root/doc/GetCursor.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/GetCursor.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/GetCursor.3')
-rw-r--r--doc/GetCursor.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/GetCursor.3 b/doc/GetCursor.3
index 4ceee0f..6dcfc68 100644
--- a/doc/GetCursor.3
+++ b/doc/GetCursor.3
@@ -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: GetCursor.3,v 1.5 2002/08/05 04:30:38 dgp Exp $
+'\" RCS: @(#) $Id: GetCursor.3,v 1.6 2004/08/22 15:43:20 dkf Exp $
'\"
.so man.macros
.TH Tk_AllocCursorFromObj 3 8.1 Tk "Tk Library Procedures"
@@ -118,7 +118,7 @@ will also accept any of the standard Mac cursors
including \fBibeam\fR, \fBcrosshair\fR, \fBwatch\fR, \fBplus\fR, and
\fBarrow\fR. In addition, Tk will load Macintosh cursor resources of
the types \fBcrsr\fR (color) and \fBCURS\fR (black and white) by the
-name of the of the resource. The application and all its open
+name of the resource. The application and all its open
dynamic library's resource files will be searched for the named
cursor. If there are conflicts color cursors will always be loaded
in preference to black and white cursors.