1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-03 12:35:02 +00:00

fix typo; compliment -> complement.

PR:		22840
Submitted by:	Jimmy Olgeni <olgeni@uli.it>
This commit is contained in:
Ben Smithurst 2000-11-16 12:19:19 +00:00
parent 3e8a697e32
commit d5c58b9b78
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=68822

View File

@ -143,11 +143,11 @@ Right button status; set if pressed.
Left button status; set if pressed.
.El
.It Byte 2
Horizontal movement count in two's compliment;
Horizontal movement count in two's complement;
-256 through 255.
Note that the sign bit is in the first byte.
.It Byte 3
Vertical movement count in two's compliment;
Vertical movement count in two's complement;
-256 through 255.
Note that the sign bit is in the first byte.
.El