diff options
author | fvogel <fvogelnew1@free.fr> | 2016-02-21 20:53:44 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2016-02-21 20:53:44 (GMT) |
commit | 4e1b2a38af5d33026af79d7bcb6320680bab198b (patch) | |
tree | 472e61edd7524ee55f85fce411349951e9262333 /doc/canvas.n | |
parent | 365dd709b8625b7b08f347f0c0122612c454b618 (diff) | |
download | tk-4e1b2a38af5d33026af79d7bcb6320680bab198b.zip tk-4e1b2a38af5d33026af79d7bcb6320680bab198b.tar.gz tk-4e1b2a38af5d33026af79d7bcb6320680bab198b.tar.bz2 |
Fixed typo in canvas man page
Diffstat (limited to 'doc/canvas.n')
-rw-r--r-- | doc/canvas.n | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/canvas.n b/doc/canvas.n index bc29cc3..38697cd 100644 --- a/doc/canvas.n +++ b/doc/canvas.n @@ -263,7 +263,7 @@ automatically decremented by one. A number less than 0 is treated as if it were zero, and a number greater than the length of the text item is treated as if it were equal to the length of the text item. For -polygons, numbers less than 0 or greater then the length +polygons, numbers less than 0 or greater than the length of the coordinate list will be adjusted by adding or subtracting the length until the result is between zero and the length, inclusive. @@ -405,7 +405,7 @@ behaves as if the \fIstart\fR argument had not been specified. . Selects all the items completely enclosed within the rectangular region given by \fIx1\fR, \fIy1\fR, \fIx2\fR, and \fIy2\fR. -\fIX1\fR must be no greater then \fIx2\fR and \fIy1\fR must be +\fIX1\fR must be no greater than \fIx2\fR and \fIy1\fR must be no greater than \fIy2\fR. .TP \fBoverlapping\fR \fIx1\fR \fIy1\fR \fIx2\fR \fIy2\fR @@ -413,7 +413,7 @@ no greater than \fIy2\fR. Selects all the items that overlap or are enclosed within the rectangular region given by \fIx1\fR, \fIy1\fR, \fIx2\fR, and \fIy2\fR. -\fIX1\fR must be no greater then \fIx2\fR and \fIy1\fR must be +\fIX1\fR must be no greater than \fIx2\fR and \fIy1\fR must be no greater than \fIy2\fR. .TP \fBwithtag \fItagOrId\fR |