diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-11-02 14:23:53 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-11-02 14:23:53 +0000 |
commit | 7c2210f63bc2e86e77ba12fbb3ff3704fb3abada (patch) | |
tree | d7ae0a18639504aee42266f52afb062c174e8c0c /share/man/man4/joy.4 | |
parent | 97e0865a0a20c380d5429feb89ae82d9740d2189 (diff) | |
download | FreeBSD-src-7c2210f63bc2e86e77ba12fbb3ff3704fb3abada.zip FreeBSD-src-7c2210f63bc2e86e77ba12fbb3ff3704fb3abada.tar.gz |
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.
Diffstat (limited to 'share/man/man4/joy.4')
-rw-r--r-- | share/man/man4/joy.4 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/share/man/man4/joy.4 b/share/man/man4/joy.4 index c04d8db..1c9180e 100644 --- a/share/man/man4/joy.4 +++ b/share/man/man4/joy.4 @@ -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 |