Fix typo: MOUSE_GETSTAT -> MOUSE_GETSTATUS.

Found by: abial
This commit is contained in:
Kazutaka YOKOTA 1999-11-09 12:18:10 +00:00
parent b4d05df71b
commit 33099659f2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53054
7 changed files with 11 additions and 11 deletions

View file

@ -316,7 +316,7 @@ The command reads the raw state data from the device.
It uses the same structure as above.
This command may not be supported by all drivers.
.Pp
.It Dv MOUSE_GETSTATE Ar mousestatus_t *status
.It Dv MOUSE_GETSTATUS Ar mousestatus_t *status
The command returns the current state of buttons and
movement counts in the following structure.
.Bd -literal
@ -344,7 +344,7 @@ through
The first three buttons correspond to left, middle and right buttons.
.Pp
If the state of the button has changed since the last
.Dv MOUSE_GETSTATE
.Dv MOUSE_GETSTATUS
call, the corresponding bit in the
.Dv flags
field will be set.
@ -355,7 +355,7 @@ bit in the
field will also be set.
.Pp
The other fields hold movement counts since the last
.Dv MOUSE_GETSTATE
.Dv MOUSE_GETSTATUS
call. The internal counters will be reset after every call to this
command.
.El

View file

@ -311,7 +311,7 @@ These commands are not supported by the
.Nm
driver.
.Pp
.It Dv MOUSE_GETSTATE Ar mousestatus_t *status
.It Dv MOUSE_GETSTATUS Ar mousestatus_t *status
The command returns the current state of buttons and
movement counts as described in
.Xr mouse 4 .

View file

@ -586,7 +586,7 @@ These commands are not currently supported by the
.Nm
driver.
.Pp
.It Dv MOUSE_GETSTATE Ar mousestatus_t *status
.It Dv MOUSE_GETSTATUS Ar mousestatus_t *status
The command returns the current state of buttons and
movement counts as described in
.Xr mouse 4 .

View file

@ -273,7 +273,7 @@ These commands are not supported by the
.Nm
driver.
.Pp
.It Dv MOUSE_GETSTATE Ar mousestatus_t *status
.It Dv MOUSE_GETSTATUS Ar mousestatus_t *status
The command returns the current state of buttons and
movement counts in the structure as defined in
.Xr mouse 4 .

View file

@ -316,7 +316,7 @@ The command reads the raw state data from the device.
It uses the same structure as above.
This command may not be supported by all drivers.
.Pp
.It Dv MOUSE_GETSTATE Ar mousestatus_t *status
.It Dv MOUSE_GETSTATUS Ar mousestatus_t *status
The command returns the current state of buttons and
movement counts in the following structure.
.Bd -literal
@ -344,7 +344,7 @@ through
The first three buttons correspond to left, middle and right buttons.
.Pp
If the state of the button has changed since the last
.Dv MOUSE_GETSTATE
.Dv MOUSE_GETSTATUS
call, the corresponding bit in the
.Dv flags
field will be set.
@ -355,7 +355,7 @@ bit in the
field will also be set.
.Pp
The other fields hold movement counts since the last
.Dv MOUSE_GETSTATE
.Dv MOUSE_GETSTATUS
call. The internal counters will be reset after every call to this
command.
.El

View file

@ -586,7 +586,7 @@ These commands are not currently supported by the
.Nm
driver.
.Pp
.It Dv MOUSE_GETSTATE Ar mousestatus_t *status
.It Dv MOUSE_GETSTATUS Ar mousestatus_t *status
The command returns the current state of buttons and
movement counts as described in
.Xr mouse 4 .

View file

@ -273,7 +273,7 @@ These commands are not supported by the
.Nm
driver.
.Pp
.It Dv MOUSE_GETSTATE Ar mousestatus_t *status
.It Dv MOUSE_GETSTATUS Ar mousestatus_t *status
The command returns the current state of buttons and
movement counts in the structure as defined in
.Xr mouse 4 .