From 9656a738d929df9004f2a01ba343bd8e9fbe5d05 Mon Sep 17 00:00:00 2001 From: chris Date: Sat, 21 Aug 1999 04:37:39 +0000 Subject: Fix spelling error: compliment -> complement --- share/man/man4/man4.i386/mouse.4 | 14 +++++++------- share/man/man4/man4.i386/sysmouse.4 | 10 +++++----- share/man/man4/mouse.4 | 14 +++++++------- share/man/man4/sysmouse.4 | 10 +++++----- 4 files changed, 24 insertions(+), 24 deletions(-) (limited to 'share') diff --git a/share/man/man4/man4.i386/mouse.4 b/share/man/man4/man4.i386/mouse.4 index e05d429..f6ed352 100644 --- a/share/man/man4/man4.i386/mouse.4 +++ b/share/man/man4/man4.i386/mouse.4 @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: mouse.4,v 1.1 1997/12/07 08:46:51 yokota Exp $ +.\" $Id: mouse.4,v 1.2 1998/03/12 07:30:35 charnier Exp $ .\" .Dd December 3, 1997 .Dt MOUSE 4 i386 @@ -89,25 +89,25 @@ if the device does not have the middle button. Right button status; cleared if pressed, otherwise set. .El .It Byte 2 -The first half of horizontal movement count in two's compliment; +The first half of horizontal movement count in two's complement; -128 through 127. .It Byte 3 -The first half of vertical movement count in two's compliment; +The first half of vertical movement count in two's complement; -128 through 127. .It Byte 4 -The second half of the horizontal movement count in two's compliment; +The second half of the horizontal movement count in two's complement; -128 through 127. To obtain the full horizontal movement count, add the byte 2 and 4. .It Byte 5 -The second half of the vertical movement count in two's compliment; +The second half of the vertical movement count in two's complement; -128 through 127. To obtain the full vertical movement count, add the byte 3 and 5. .It Byte 6 The bit 7 is always zero. The lower 7 bits encode the first half of -Z axis movement count in two's compliment; -64 through 63. +Z axis movement count in two's complement; -64 through 63. .It Byte 7 The bit 7 is always zero. The lower 7 bits encode the second half of -the Z axis movement count in two's compliment; -64 through 63. +the Z axis movement count in two's complement; -64 through 63. To obtain the full Z axis movement count, add the byte 6 and 7. .It Byte 8 The bit 7 is always zero. The bits 0 through 6 reflect the state diff --git a/share/man/man4/man4.i386/sysmouse.4 b/share/man/man4/man4.i386/sysmouse.4 index 226bd78..e9deff3 100644 --- a/share/man/man4/man4.i386/sysmouse.4 +++ b/share/man/man4/man4.i386/sysmouse.4 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: sysmouse.4,v 1.6 1997/12/07 08:46:56 yokota Exp $ +.\" $Id: sysmouse.4,v 1.7 1998/03/12 07:30:38 charnier Exp $ .\" .Dd December 3, 1997 .Dt SYSMOUSE 4 i386 @@ -91,17 +91,17 @@ if the device does not have the middle button. Right button status; cleared if pressed, otherwise set. .El .It Byte 2 -The first half of horizontal movement count in two's compliment; +The first half of horizontal movement count in two's complement; -128 through 127. .It Byte 3 -The first half of vertical movement count in two's compliment; +The first half of vertical movement count in two's complement; -128 through 127. .It Byte 4 -The second half of the horizontal movement count in two's compliment; +The second half of the horizontal movement count in two's complement; -128 through 127. To obtain the full horizontal movement count, add the byte 2 and 4. .It Byte 5 -The second half of the vertical movement count in two's compliment; +The second half of the vertical movement count in two's complement; -128 through 127. To obtain the full vertical movement count, add the byte 3 and 5. .El diff --git a/share/man/man4/mouse.4 b/share/man/man4/mouse.4 index e05d429..f6ed352 100644 --- a/share/man/man4/mouse.4 +++ b/share/man/man4/mouse.4 @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: mouse.4,v 1.1 1997/12/07 08:46:51 yokota Exp $ +.\" $Id: mouse.4,v 1.2 1998/03/12 07:30:35 charnier Exp $ .\" .Dd December 3, 1997 .Dt MOUSE 4 i386 @@ -89,25 +89,25 @@ if the device does not have the middle button. Right button status; cleared if pressed, otherwise set. .El .It Byte 2 -The first half of horizontal movement count in two's compliment; +The first half of horizontal movement count in two's complement; -128 through 127. .It Byte 3 -The first half of vertical movement count in two's compliment; +The first half of vertical movement count in two's complement; -128 through 127. .It Byte 4 -The second half of the horizontal movement count in two's compliment; +The second half of the horizontal movement count in two's complement; -128 through 127. To obtain the full horizontal movement count, add the byte 2 and 4. .It Byte 5 -The second half of the vertical movement count in two's compliment; +The second half of the vertical movement count in two's complement; -128 through 127. To obtain the full vertical movement count, add the byte 3 and 5. .It Byte 6 The bit 7 is always zero. The lower 7 bits encode the first half of -Z axis movement count in two's compliment; -64 through 63. +Z axis movement count in two's complement; -64 through 63. .It Byte 7 The bit 7 is always zero. The lower 7 bits encode the second half of -the Z axis movement count in two's compliment; -64 through 63. +the Z axis movement count in two's complement; -64 through 63. To obtain the full Z axis movement count, add the byte 6 and 7. .It Byte 8 The bit 7 is always zero. The bits 0 through 6 reflect the state diff --git a/share/man/man4/sysmouse.4 b/share/man/man4/sysmouse.4 index 226bd78..e9deff3 100644 --- a/share/man/man4/sysmouse.4 +++ b/share/man/man4/sysmouse.4 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: sysmouse.4,v 1.6 1997/12/07 08:46:56 yokota Exp $ +.\" $Id: sysmouse.4,v 1.7 1998/03/12 07:30:38 charnier Exp $ .\" .Dd December 3, 1997 .Dt SYSMOUSE 4 i386 @@ -91,17 +91,17 @@ if the device does not have the middle button. Right button status; cleared if pressed, otherwise set. .El .It Byte 2 -The first half of horizontal movement count in two's compliment; +The first half of horizontal movement count in two's complement; -128 through 127. .It Byte 3 -The first half of vertical movement count in two's compliment; +The first half of vertical movement count in two's complement; -128 through 127. .It Byte 4 -The second half of the horizontal movement count in two's compliment; +The second half of the horizontal movement count in two's complement; -128 through 127. To obtain the full horizontal movement count, add the byte 2 and 4. .It Byte 5 -The second half of the vertical movement count in two's compliment; +The second half of the vertical movement count in two's complement; -128 through 127. To obtain the full vertical movement count, add the byte 3 and 5. .El -- cgit v1.1