From 06a9897cf1a52c9727d4ab922be5392345603eb4 Mon Sep 17 00:00:00 2001 From: Markus Brueffer Date: Mon, 6 Mar 2006 13:05:50 +0000 Subject: [PATCH] s/MOUSE_BUTTONEVENT/MOUSE_BUTTON_EVENT/g s/MOUSE_MOTIONEVENT/MOUSE_MOTION_EVENT/g Approved by: brueffer MFC after: 3 days --- share/man/man4/sysmouse.4 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/share/man/man4/sysmouse.4 b/share/man/man4/sysmouse.4 index a1b2459a98f9..96547bcfae78 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