summaryrefslogtreecommitdiffstats
path: root/share/man/man4/usb.4
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2006-11-22 21:30:02 +0000
committerbrueffer <brueffer@FreeBSD.org>2006-11-22 21:30:02 +0000
commit3c5d5c9c84325f3e636b8c572ef85ba5c9e8d672 (patch)
tree51929f2c1289c99b1b5bda707f45a3f7acd67275 /share/man/man4/usb.4
parentdf4984d2dda3f456594a1a5bd9d22c3acfd1a968 (diff)
downloadFreeBSD-src-3c5d5c9c84325f3e636b8c572ef85ba5c9e8d672.zip
FreeBSD-src-3c5d5c9c84325f3e636b8c572ef85ba5c9e8d672.tar.gz
Use our standard section 4 SYNOPSIS.
MFC after: 3 days
Diffstat (limited to 'share/man/man4/usb.4')
-rw-r--r--share/man/man4/usb.414
1 files changed, 13 insertions, 1 deletions
diff --git a/share/man/man4/usb.4 b/share/man/man4/usb.4
index ba1ada8..e6aabb0 100644
--- a/share/man/man4/usb.4
+++ b/share/man/man4/usb.4
@@ -27,14 +27,26 @@
.\"
.\" $FreeBSD$
.\"
-.Dd April 20, 2005
+.Dd November 22, 2006
.Dt USB 4
.Os
.Sh NAME
.Nm usb
.Nd Universal Serial Bus
.Sh SYNOPSIS
+To compile this driver into the kernel,
+place the following line in your
+kernel configuration file:
+.Bd -ragged -offset indent
.Cd "device usb"
+.Ed
+.Pp
+Alternatively, to load the driver as a
+module at boot time, place the following line in
+.Xr loader.conf 5 :
+.Bd -literal -offset indent
+usb_load="YES"
+.Ed
.Pp
.In dev/usb/usb.h
.In dev/usb/usbhid.h
OpenPOWER on IntegriCloud