Update the SYNOPSIS to reflect that the driver can be loaded as a module.
While here, I also updated the kernel config style, although I wouldn't recommend doing this for the whole of section 4 yet, since our kernel config style is still in a state of flux.
This commit is contained in:
parent
0fa66a3170
commit
9fde3dc5ba
@ -7,7 +7,12 @@
|
||||
.Nm joy
|
||||
.Nd joystick device driver
|
||||
.Sh SYNOPSIS
|
||||
.Cd device joy0 at isa? port "IO_GAME"
|
||||
To link into the kernel:
|
||||
.Cd device joy
|
||||
.Pp
|
||||
To load as a kernel loadable module:
|
||||
.Dl kldload joy
|
||||
.Pp
|
||||
.Fd #include <machine/joystick.h>
|
||||
.Sh DESCRIPTION
|
||||
The joystick device driver allows applications to read the status of
|
||||
|
Loading…
x
Reference in New Issue
Block a user