summaryrefslogtreecommitdiffstats
path: root/doc/photo.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-07-17 22:55:27 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-07-17 22:55:27 (GMT)
commit588654ef58fffd1caa981c8e65c72852f4189322 (patch)
treefd59b58f3abec7a2ed5c8f8f8eb2e1a70e6e7263 /doc/photo.n
parent32d31762b7a1cb4fc118e3f0a437f307672285d0 (diff)
downloadtk-588654ef58fffd1caa981c8e65c72852f4189322.zip
tk-588654ef58fffd1caa981c8e65c72852f4189322.tar.gz
tk-588654ef58fffd1caa981c8e65c72852f4189322.tar.bz2
D'oh! Important word missing...
Diffstat (limited to 'doc/photo.n')
-rw-r--r--doc/photo.n8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/photo.n b/doc/photo.n
index ef04d7a..bd49def 100644
--- a/doc/photo.n
+++ b/doc/photo.n
@@ -9,7 +9,7 @@
'\" Department of Computer Science,
'\" Australian National University.
'\"
-'\" RCS: @(#) $Id: photo.n,v 1.14.2.2 2003/07/17 22:53:09 dkf Exp $
+'\" RCS: @(#) $Id: photo.n,v 1.14.2.3 2003/07/17 22:55:27 dkf Exp $
'\"
.so man.macros
.TH photo n 4.0 Tk "Tk Built-In Commands"
@@ -266,9 +266,9 @@ of the region of \fIimageName\fR into which data from \fIfilename\fR
are to be read. The default is (0,0). If \fIx2\fR,\fIy2\fR is given
and \fIdata\fR is not large enough to cover the rectangle specified by
this option, the image data extracted will be tiled so it covers the
-entire destination. Note that if \fIdata\fR specifies a single color
-value, then a region extending to the bottom-right corner represented
-by (\fIx2\fR,\fIy2\fR) will be filled with that color.
+entire destination rectangle. Note that if \fIdata\fR specifies a
+single color value, then a region extending to the bottom-right corner
+represented by (\fIx2\fR,\fIy2\fR) will be filled with that color.
.RE
.TP
\fIimageName \fBread\fR \fIfilename\fR ?\fIoption value(s) ...\fR?