mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
Move the mse mouse man page to the man4.i386 directory
This commit is contained in:
parent
9a62714e66
commit
4b4d7f421c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=641
33
share/man/man4/man4.i386/mse.4
Normal file
33
share/man/man4/man4.i386/mse.4
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
.\" Copyright 1992 by the University of Guelph
|
||||||
|
.\"
|
||||||
|
.\" Permission to use, copy and modify this
|
||||||
|
.\" software and its documentation for any purpose and without
|
||||||
|
.\" fee is hereby granted, provided that the above copyright
|
||||||
|
.\" notice appear in all copies and that both that copyright
|
||||||
|
.\" notice and this permission notice appear in supporting
|
||||||
|
.\" documentation.
|
||||||
|
.\" University of Guelph makes no representations about the suitability of
|
||||||
|
.\" this software for any purpose. It is provided "as is"
|
||||||
|
.\" without express or implied warranty.
|
||||||
|
.\"
|
||||||
|
.Dd Aug 16, 1992
|
||||||
|
.Dt MSE 4
|
||||||
|
.Os
|
||||||
|
.Sh NAME
|
||||||
|
.Nm mse
|
||||||
|
.Nd bus mouse driver
|
||||||
|
.Sh DESCRIPTION
|
||||||
|
This is a simple driver for the Logitech and ATI Inport bus mouse interfaces
|
||||||
|
designed to be used with the X386 X11R5 X server. The minor device number is
|
||||||
|
made up of:
|
||||||
|
.Bd -literal -offset indent
|
||||||
|
minor = ('unit' << 1) | 'non-blocking'
|
||||||
|
.Ed
|
||||||
|
.Pp
|
||||||
|
where 'unit' is the device number (usually 0) and the 'non-blocking' bit
|
||||||
|
is set to indicate "don't block waiting for mouse input, return 0 instead".
|
||||||
|
The 'non-blocking' bit should be set for X386, therefore the minor device
|
||||||
|
number usually used for X386 is 1.
|
||||||
|
.Sh Caveats
|
||||||
|
Most bus mice generate N interrupts/second when enabled, whether or not the
|
||||||
|
mouse state is changing.
|
Loading…
Reference in New Issue
Block a user