summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2007-02-09 17:21:23 +0000
committerbrueffer <brueffer@FreeBSD.org>2007-02-09 17:21:23 +0000
commitf64d74256b448bdacf27f60516d00ede1b9b6426 (patch)
treefa7388a5b4fe4dcf9dfd4ee746258fe9b4f900ad
parent7788a539e610403a7b34e90fde3c3fe67f48968d (diff)
downloadFreeBSD-src-f64d74256b448bdacf27f60516d00ede1b9b6426.zip
FreeBSD-src-f64d74256b448bdacf27f60516d00ede1b9b6426.tar.gz
- Use the standard section 4 SYNOPSIS
- Utilize .Nm MFC after: 3 days
-rw-r--r--share/man/man4/joy.420
1 files changed, 15 insertions, 5 deletions
diff --git a/share/man/man4/joy.4 b/share/man/man4/joy.4
index 536f346..d4a52cb 100644
--- a/share/man/man4/joy.4
+++ b/share/man/man4/joy.4
@@ -8,11 +8,19 @@
.Nm joy
.Nd joystick device driver
.Sh SYNOPSIS
-To link into the kernel:
-.Cd device joy
+To compile this driver into the kernel,
+place the following lines in your
+kernel configuration file:
+.Bd -ragged -offset indent
+.Cd "device joy"
+.Ed
.Pp
-To load as a kernel loadable module:
-.Dl kldload joy
+Alternatively, to load the driver as a
+module at boot time, place the following line in
+.Xr loader.conf 5 :
+.Bd -literal -offset indent
+kldload joy
+.Ed
.Pp
In
.Pa /boot/device.hints :
@@ -104,7 +112,9 @@ Time = 24.2e-6s + 0.011e-6s * R/Ohms
joystick device files
.El
.Sh HISTORY
-The joystick driver appeared in
+The
+.Nm
+driver appeared in
.Fx 2.0.5 .
.Sh AUTHORS
.An Jean-Marc Zucconi Aq jmz@cabri.obs-besancon.fr
OpenPOWER on IntegriCloud