Index: sysmouse.4 =================================================================== RCS file: /home/ncvs/src/share/man/man4/sysmouse.4,v retrieving revision 1.25 diff -u -r1.25 sysmouse.4 --- sysmouse.4 13 Feb 2005 22:25:17 -0000 1.25 +++ sysmouse.4 5 Mar 2006 23:58:15 -0000 @@ -358,7 +358,7 @@ .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 @@ 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 @@ 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