Skip to content

Commit

Permalink
mouse.4: Eliminate groff "cannot adjust line" warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
  • Loading branch information
mkerrisk committed Aug 11, 2016
1 parent 3fd5b1e commit 999f6d0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions man4/mouse.4
Expand Up @@ -90,6 +90,7 @@ two's-complement,
.RI ( rb )
are set when the left (right)
button is pressed:
.nf
.TS
center;
r c c c c c c c.
Expand All @@ -98,6 +99,7 @@ byte d6 d5 d4 d3 d2 d1 d0
2 0 dx5 dx4 dx3 dx2 dx1 dx0
3 0 dy5 dy4 dy3 dy2 dy1 dy0
.TE
.fi
.SS 3-button Microsoft protocol
Original Microsoft mice only have two buttons.
However, there are some
Expand Down Expand Up @@ -134,6 +136,7 @@ values.
.IR rb )
are cleared when the left (middle,
right) button is pressed:
.nf
.TS
center;
r c c c c c c c c.
Expand All @@ -144,6 +147,7 @@ byte d7 d6 d5 d4 d3 d2 d1 d0
4 0 dxb6 dxb5 dxb4 dxb3 dxb2 dxb1 dxb0
5 0 dyb6 dyb5 dyb4 dyb3 dyb2 dyb1 dyb0
.TE
.fi

Bytes 4 and 5 describe the change that occurred since bytes 2 and 3
were transmitted.
Expand All @@ -169,6 +173,7 @@ sign bit indicating a negative value.
.IR rb )
are
set when the left (middle, right) button is pressed:
.nf
.TS
center;
r c c c c c c c c.
Expand All @@ -177,6 +182,7 @@ 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
.fi
.SH FILES
.TP
.I /dev/mouse
Expand Down

0 comments on commit 999f6d0

Please sign in to comment.