]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man4/mouse.4
ffix
[thirdparty/man-pages.git] / man4 / mouse.4
index 004eb9e3e57211d2ea3729b8700951d266830842..9dd78af529e3786063dc2a5ae05f4907ef08b16e 100644 (file)
@@ -32,7 +32,6 @@ for a description.
 .SH DESCRIPTION
 .SS Introduction
 The pinout of the usual 9 pin plug as used for serial mice is:
-
 .TS
 center;
 r c l.
@@ -57,7 +56,6 @@ speeds.  To select speeds, cycle through the
 speeds 9600, 4800, 2400 and 1200 bit/s, each time writing the two characters
 from the table below and waiting 0.1 seconds.  The following table shows
 available speeds and the strings that select them:
-
 .TS
 center;
 l l.
@@ -75,7 +73,6 @@ and one stop bit at the speed of 1200 bits/sec.  Data is sent to RxD in
 3-byte packets.  The \fIdx\fP and \fIdy\fP movements are sent as
 two's-complement, \fIlb\fP (\fIrb\fP) are set when the left (right)
 button is pressed:
-
 .TS
 center;
 r c c c c c c c.
@@ -105,7 +102,6 @@ and two stop bits at the speed of 1200 bits/sec.  Data is sent to RxD in
 values, \fIdy\fP is send as negated sum of the two two's-complement
 values.  \fIlb\fP (\fImb\fP, \fIrb\fP) are cleared when the left (middle,
 right) button is pressed:
-
 .TS
 center;
 r c c c c c c c c.
@@ -128,7 +124,6 @@ stop bit at the speed of 1200 bits/sec.  Data is sent to RxD in 3-byte
 packets.  \fIdx\fP and \fIdy\fP are sent as single signed values, the
 sign bit indicating a negative value.  \fIlb\fP (\fImb\fP, \fIrb\fP) are
 set when the left (middle, right) button is pressed:
-
 .TS
 center;
 r c c c c c c c c.
@@ -137,12 +132,10 @@ byte      d7      d6      d5      d4      d3      d2      d1      d0
 2      0       dx6     dx5     dx4     dx3     dx2     dx1     dx0
 3      0       dy6     dy5     dy4     dy3     dy2     dy1     dy0
 .TE
-
 .SH FILES
 .TP
 .I /dev/mouse
 A commonly used symlink pointing to a mouse device.
-
 .SH "SEE ALSO"
 .BR ttyS (4),
 .BR gpm (8)