Deleted Added
sdiff udiff text old ( 84306 ) new ( 84877 )
full compact
1.\"
2.\" $FreeBSD: head/share/man/man4/joy.4 84306 2001-10-01 16:09:29Z ru $
3.\"
4.Dd January 23, 1995
5.Dt JOY 4
6.Os
7.Sh NAME
8.Nm joy
9.Nd joystick device driver
10.Sh SYNOPSIS
11To link into the kernel:
12.Cd device joy
13.Pp
14To load as a kernel loadable module:
15.Dl kldload joy
16.Pp
17.In machine/joystick.h
18.Sh DESCRIPTION
19The joystick device driver allows applications to read the status of
20the PC joystick.
21.Pp
22This device may be opened by only one process at a time.
23.Pp
24The joystick status is read from a structure via a read()

--- 79 unchanged lines hidden ---