aboutsummaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorKazutaka YOKOTA <yokota@FreeBSD.org>1999-11-09 12:18:10 +0000
committerKazutaka YOKOTA <yokota@FreeBSD.org>1999-11-09 12:18:10 +0000
commit33099659f262df74d139bc22cfbbebfe1c5e8a9e (patch)
tree1a1f0b59f24aff9686c1ec6d6a6743150b51de59 /share/man
parentb4d05df71b233c552ba8b1b886e61d9d68ad3cb2 (diff)
downloadsrc-33099659f262df74d139bc22cfbbebfe1c5e8a9e.tar.gz
src-33099659f262df74d139bc22cfbbebfe1c5e8a9e.zip
Fix typo: MOUSE_GETSTAT -> MOUSE_GETSTATUS.
Found by: abial
Notes
Notes: svn path=/head/; revision=53054
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/man4.i386/mouse.46
-rw-r--r--share/man/man4/man4.i386/mse.42
-rw-r--r--share/man/man4/man4.i386/psm.42
-rw-r--r--share/man/man4/man4.i386/sysmouse.42
-rw-r--r--share/man/man4/mouse.46
-rw-r--r--share/man/man4/psm.42
-rw-r--r--share/man/man4/sysmouse.42
7 files changed, 11 insertions, 11 deletions
diff --git a/share/man/man4/man4.i386/mouse.4 b/share/man/man4/man4.i386/mouse.4
index 5768236dd5ba..c9db17c79177 100644
--- a/share/man/man4/man4.i386/mouse.4
+++ b/share/man/man4/man4.i386/mouse.4
@@ -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
diff --git a/share/man/man4/man4.i386/mse.4 b/share/man/man4/man4.i386/mse.4
index 0b3e70aaba98..f6febb351888 100644
--- a/share/man/man4/man4.i386/mse.4
+++ b/share/man/man4/man4.i386/mse.4
@@ -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 .
diff --git a/share/man/man4/man4.i386/psm.4 b/share/man/man4/man4.i386/psm.4
index 0312c519e819..3138d1e375c0 100644
--- a/share/man/man4/man4.i386/psm.4
+++ b/share/man/man4/man4.i386/psm.4
@@ -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 .
diff --git a/share/man/man4/man4.i386/sysmouse.4 b/share/man/man4/man4.i386/sysmouse.4
index dca7ad29037f..dc6e4a4f062a 100644
--- a/share/man/man4/man4.i386/sysmouse.4
+++ b/share/man/man4/man4.i386/sysmouse.4
@@ -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 .
diff --git a/share/man/man4/mouse.4 b/share/man/man4/mouse.4
index 5768236dd5ba..c9db17c79177 100644
--- a/share/man/man4/mouse.4
+++ b/share/man/man4/mouse.4
@@ -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
diff --git a/share/man/man4/psm.4 b/share/man/man4/psm.4
index 0312c519e819..3138d1e375c0 100644
--- a/share/man/man4/psm.4
+++ b/share/man/man4/psm.4
@@ -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 .
diff --git a/share/man/man4/sysmouse.4 b/share/man/man4/sysmouse.4
index dca7ad29037f..dc6e4a4f062a 100644
--- a/share/man/man4/sysmouse.4
+++ b/share/man/man4/sysmouse.4
@@ -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 .