summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authormarkus <markus@FreeBSD.org>2006-03-06 13:05:50 +0000
committermarkus <markus@FreeBSD.org>2006-03-06 13:05:50 +0000
commiteb75382f5296d8726c48c07e4a61375f0edb3eef (patch)
treeba8dcf33147cc0a37000efbe64326d6609cda7f8 /share
parentf306b6b594a7ed83441d5a42c8b631b16c76dc95 (diff)
downloadFreeBSD-src-eb75382f5296d8726c48c07e4a61375f0edb3eef.zip
FreeBSD-src-eb75382f5296d8726c48c07e4a61375f0edb3eef.tar.gz
s/MOUSE_BUTTONEVENT/MOUSE_BUTTON_EVENT/g
s/MOUSE_MOTIONEVENT/MOUSE_MOTION_EVENT/g Approved by: brueffer MFC after: 3 days
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/sysmouse.48
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/sysmouse.4 b/share/man/man4/sysmouse.4
index a1b2459..96547bc 100644
--- a/share/man/man4/sysmouse.4
+++ b/share/man/man4/sysmouse.4
@@ -358,7 +358,7 @@ to pass mouse data to the console driver.
.Pp
.Bl -tag -width MOUSE_MOVEABS -compact
.It Dv MOUSE_ACTION
-.It Dv MOUSE_MOTIONEVENT
+.It Dv MOUSE_MOTION_EVENT
These operations take the information in
.Dv u.data
and act upon it.
@@ -369,7 +369,7 @@ driver if it is open.
also processes button press actions and sends signal to the process if
requested or performs cut and paste operations
if the current console is a text interface.
-.It Dv MOUSE_BUTTONEVENT
+.It Dv MOUSE_BUTTON_EVENT
.Dv u.data
specifies a button and its click count.
The console driver will
@@ -377,9 +377,9 @@ use this information for signal delivery if requested or
for cut and paste operations if the console is in text mode.
.El
.Pp
-.Dv MOUSE_MOTIONEVENT
+.Dv MOUSE_MOTION_EVENT
and
-.Dv MOUSE_BUTTONEVENT
+.Dv MOUSE_BUTTON_EVENT
are newer interface and are designed to be used together.
They are intended to replace functions performed by
.Dv MOUSE_ACTION
OpenPOWER on IntegriCloud