diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-05-17 20:30:54 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-05-17 20:30:54 -0700 |
commit | 3275ec4ca8790d571b6a1902367ca5f68a2dc5fd (patch) | |
tree | 64735a916b071a03293d87e8f24112b07645b311 | |
parent | ca33a80606cd68e4572fa49ed6aaa1d1fc31a47f (diff) |
XKB man pages: Fix coordinantes typo in multiple pages
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | man/xkb/XkbComputeShapeTop.man | 2 | ||||
-rw-r--r-- | man/xkb/XkbPtrActionX.man | 2 | ||||
-rw-r--r-- | man/xkb/XkbPtrActionY.man | 2 | ||||
-rw-r--r-- | man/xkb/XkbSetPtrActionX.man | 2 | ||||
-rw-r--r-- | man/xkb/XkbSetPtrActionY.man | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/man/xkb/XkbComputeShapeTop.man b/man/xkb/XkbComputeShapeTop.man index 11deaa7e..5bcf469f 100644 --- a/man/xkb/XkbComputeShapeTop.man +++ b/man/xkb/XkbComputeShapeTop.man @@ -47,7 +47,7 @@ a number of points. The bounding box of a shape is a rectangle that contains all the outlines of that shape. .I XkbComputeShapeTop -returns a BoundsRec that contains two x and y coordinates. These coordinates +returns a BoundsRec that contains two x and y coordinates. These coordinates describe the corners of a rectangle that contains the outline that describes the top surface of the shape. The top surface is defined to be the approximating outline if the diff --git a/man/xkb/XkbPtrActionX.man b/man/xkb/XkbPtrActionX.man index bf357d38..7116185c 100644 --- a/man/xkb/XkbPtrActionX.man +++ b/man/xkb/XkbPtrActionX.man @@ -80,7 +80,7 @@ determine the new pointer Y coordinate. T} .TE -Each of the X and Y coordinantes of the XkbPtrAction structure is composed of +Each of the X and Y coordinates of the XkbPtrAction structure is composed of two signed 16-bit values, that is, the X coordinate is composed of .I high_XXX and diff --git a/man/xkb/XkbPtrActionY.man b/man/xkb/XkbPtrActionY.man index 6ac8d6de..ad10214e 100644 --- a/man/xkb/XkbPtrActionY.man +++ b/man/xkb/XkbPtrActionY.man @@ -80,7 +80,7 @@ determine the new pointer Y coordinate. T} .TE -Each of the X and Y coordinantes of the XkbPtrAction structure is composed of +Each of the X and Y coordinates of the XkbPtrAction structure is composed of two signed 16-bit values, that is, the X coordinate is composed of .I high_XXX and diff --git a/man/xkb/XkbSetPtrActionX.man b/man/xkb/XkbSetPtrActionX.man index ee7748e6..2bd56b25 100644 --- a/man/xkb/XkbSetPtrActionX.man +++ b/man/xkb/XkbSetPtrActionX.man @@ -84,7 +84,7 @@ determine the new pointer Y coordinate. T} .TE -Each of the X and Y coordinantes of the XkbPtrAction structure is composed of +Each of the X and Y coordinates of the XkbPtrAction structure is composed of two signed 16-bit values, that is, the X coordinate is composed of .I high_XXX and diff --git a/man/xkb/XkbSetPtrActionY.man b/man/xkb/XkbSetPtrActionY.man index 8c97e33c..d8da0f20 100644 --- a/man/xkb/XkbSetPtrActionY.man +++ b/man/xkb/XkbSetPtrActionY.man @@ -84,7 +84,7 @@ determine the new pointer Y coordinate. T} .TE -Each of the X and Y coordinantes of the XkbPtrAction structure is composed of +Each of the X and Y coordinates of the XkbPtrAction structure is composed of two signed 16-bit values, that is, the X coordinate is composed of .I high_XXX and |