summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorchris <chris@FreeBSD.org>1999-08-21 04:37:39 +0000
committerchris <chris@FreeBSD.org>1999-08-21 04:37:39 +0000
commit9656a738d929df9004f2a01ba343bd8e9fbe5d05 (patch)
tree28c0db32f9e4eebed03f43309969796b7a3dd2f3 /share
parent87ce30c18c59d0fd283836e7966d9395a3abc600 (diff)
downloadFreeBSD-src-9656a738d929df9004f2a01ba343bd8e9fbe5d05.zip
FreeBSD-src-9656a738d929df9004f2a01ba343bd8e9fbe5d05.tar.gz
Fix spelling error: compliment -> complement
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/man4.i386/mouse.414
-rw-r--r--share/man/man4/man4.i386/sysmouse.410
-rw-r--r--share/man/man4/mouse.414
-rw-r--r--share/man/man4/sysmouse.410
4 files changed, 24 insertions, 24 deletions
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
OpenPOWER on IntegriCloud