diff options
| author | Chris Costello <chris@FreeBSD.org> | 1999-08-21 04:39:29 +0000 |
|---|---|---|
| committer | Chris Costello <chris@FreeBSD.org> | 1999-08-21 04:39:29 +0000 |
| commit | 50de472945436388cfd46f067b7d93f05e57a4fd (patch) | |
| tree | f891343f6edac8b7f9457526e0fc647420c8591a | |
| parent | 90c453a5151b1f10498a96a44e4219d645335b0e (diff) | |
Notes
| -rw-r--r-- | share/man/man4/man4.i386/mouse.4 | 14 | ||||
| -rw-r--r-- | share/man/man4/man4.i386/sysmouse.4 | 10 |
2 files changed, 12 insertions, 12 deletions
diff --git a/share/man/man4/man4.i386/mouse.4 b/share/man/man4/man4.i386/mouse.4 index e05d429bf9f2..d4d377cfd1bc 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.3 1999/08/21 04:37:38 chris 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 226bd788c784..9fdfce4df3c3 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.8 1999/08/21 04:37:39 chris 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 |
