summaryrefslogtreecommitdiffstats
path: root/share
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
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')
-rw-r--r--share/man/man4/ubsa.414
-rw-r--r--share/man/man4/ubser.414
-rw-r--r--share/man/man4/ubtbcmfw.414
-rw-r--r--share/man/man4/ucycom.414
-rw-r--r--share/man/man4/udbp.414
-rw-r--r--share/man/man4/ufm.414
-rw-r--r--share/man/man4/ufoma.414
-rw-r--r--share/man/man4/uftdi.414
-rw-r--r--share/man/man4/ugen.414
-rw-r--r--share/man/man4/uhid.414
-rw-r--r--share/man/man4/ukbd.414
-rw-r--r--share/man/man4/ulpt.414
-rw-r--r--share/man/man4/umass.414
-rw-r--r--share/man/man4/umct.414
-rw-r--r--share/man/man4/umodem.414
-rw-r--r--share/man/man4/ums.414
-rw-r--r--share/man/man4/uplcom.414
-rw-r--r--share/man/man4/urio.416
-rw-r--r--share/man/man4/usb.414
-rw-r--r--share/man/man4/uscanner.414
-rw-r--r--share/man/man4/utopia.416
-rw-r--r--share/man/man4/uvisor.414
-rw-r--r--share/man/man4/uvscom.414
23 files changed, 301 insertions, 25 deletions
diff --git a/share/man/man4/ubsa.4 b/share/man/man4/ubsa.4
index 8b5a2e8..b3f73eb 100644
--- a/share/man/man4/ubsa.4
+++ b/share/man/man4/ubsa.4
@@ -35,15 +35,27 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 16, 2004
+.Dd Bovember 22, 2006
.Dt UBSA 4
.Os
.Sh NAME
.Nm ubsa
.Nd USB support for Belkin serial adapters
.Sh SYNOPSIS
+To compile this driver into the kernel,
+place the following lines in your
+kernel configuration file:
+.Bd -ragged -offset indent
.Cd "device ubsa"
.Cd "device ucom"
+.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
+ubsa_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/ubser.4 b/share/man/man4/ubser.4
index 3e7dfa3..6e6fee30 100644
--- a/share/man/man4/ubser.4
+++ b/share/man/man4/ubser.4
@@ -28,14 +28,26 @@
.\"
.\" $FreeBSD$
.\"
-.Dd September 12, 2004
+.Dd November 22, 2006
.Dt UBSER 4
.Os
.Sh NAME
.Nm ubser
.Nd USB support for BWCT console serial adapters
.Sh SYNOPSIS
+To compile this driver into the kernel,
+place the following line in your
+kernel configuration file:
+.Bd -ragged -offset indent
.Cd "device ubser"
+.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
+ubser_load="YES"
+.Ed
.Sh HARDWARE
The
.Nm
diff --git a/share/man/man4/ubtbcmfw.4 b/share/man/man4/ubtbcmfw.4
index afe5a1f..46aa228 100644
--- a/share/man/man4/ubtbcmfw.4
+++ b/share/man/man4/ubtbcmfw.4
@@ -25,14 +25,26 @@
.\" $Id: ubtbcmfw.4,v 1.3 2003/05/21 19:37:35 max Exp $
.\" $FreeBSD$
.\"
-.Dd April 28, 2003
+.Dd November 22, 2006
.Dt UBTBCMFW 4
.Os
.Sh NAME
.Nm ubtbcmfw
.Nd Firmware driver for Broadcom BCM2033 chip based Bluetooth USB devices
.Sh SYNOPSIS
+To compile this driver into the kernel,
+place the following line in your
+kernel configuration file:
+.Bd -ragged -offset indent
.Cd "device ubtbcmfw"
+.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
+ubtbcmfw_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/ucycom.4 b/share/man/man4/ucycom.4
index 480df2b..9e73150 100644
--- a/share/man/man4/ucycom.4
+++ b/share/man/man4/ucycom.4
@@ -27,14 +27,26 @@
.\"
.\" $FreeBSD$
.\"
-.Dd September 5, 2004
+.Dd November 22, 2006
.Dt UCYCOM 4
.Os
.Sh NAME
.Nm ucycom
.Nd device driver for Cypress CY7C63743 and CY7C64013 USB to RS232 bridges
.Sh SYNOPSIS
+To compile this driver into the kernel,
+place the following line in your
+kernel configuration file:
+.Bd -ragged -offset indent
.Cd "device ucycom"
+.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
+ucycom_load="YES"
+.Ed
.Sh HARDWARE
The
.Nm
diff --git a/share/man/man4/udbp.4 b/share/man/man4/udbp.4
index 8ddbd37..accb474 100644
--- a/share/man/man4/udbp.4
+++ b/share/man/man4/udbp.4
@@ -27,14 +27,26 @@
.\"
.\" $FreeBSD$
.\"
-.Dd April 30, 2000
+.Dd November 22, 2006
.Dt UDBP 4
.Os
.Sh NAME
.Nm udbp
.Nd USB Double Bulk Pipe driver
.Sh SYNOPSIS
+To compile this driver into the kernel,
+place the following line in your
+kernel configuration file:
+.Bd -ragged -offset indent
.Cd "device udbp"
+.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
+udbp_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/ufm.4 b/share/man/man4/ufm.4
index 05feed6..f852d6d 100644
--- a/share/man/man4/ufm.4
+++ b/share/man/man4/ufm.4
@@ -24,14 +24,26 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 7, 2003
+.Dd November 22, 2006
.Dt UFM 4
.Os
.Sh NAME
.Nm ufm
.Nd USB driver for Cypress Semiconductor FM Radio
.Sh SYNOPSIS
+To compile this driver into the kernel,
+place the following line in your
+kernel configuration file:
+.Bd -ragged -offset indent
.Cd "device ufm"
+.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
+ufm_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/ufoma.4 b/share/man/man4/ufoma.4
index 7c9b1ae..a1f6c1f 100644
--- a/share/man/man4/ufoma.4
+++ b/share/man/man4/ufoma.4
@@ -27,15 +27,27 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 10, 2006
+.Dd November 22, 2006
.Dt UFOMA 4
.Os
.Sh NAME
.Nm ufoma
.Nd USB mobile phone support
.Sh SYNOPSIS
+To compile this driver into the kernel,
+place the following lines in your
+kernel configuration file:
+.Bd -ragged -offset indent
.Cd "device ufoma"
.Cd "device ucom"
+.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
+ufoma_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/uftdi.4 b/share/man/man4/uftdi.4
index 5696cc1..77d6842 100644
--- a/share/man/man4/uftdi.4
+++ b/share/man/man4/uftdi.4
@@ -36,15 +36,27 @@
.\"
.\" $FreeBSD$
.\"
-.Dd April 8, 2004
+.Dd November 22, 2006
.Dt UFTDI 4
.Os
.Sh NAME
.Nm uftdi
.Nd USB support for serial adapters based on the FT8U100AX and FT8U232AM chips
.Sh SYNOPSIS
+To compile this driver into the kernel,
+place the following lines in your
+kernel configuration file:
+.Bd -ragged -offset indent
.Cd "device uftdi"
.Cd "device ucom"
+.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
+uftdi_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/ugen.4 b/share/man/man4/ugen.4
index f16606a..f74752c 100644
--- a/share/man/man4/ugen.4
+++ b/share/man/man4/ugen.4
@@ -36,14 +36,26 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 12, 1998
+.Dd November 22, 2006
.Dt UGEN 4
.Os
.Sh NAME
.Nm ugen
.Nd USB generic device support
.Sh SYNOPSIS
+To compile this driver into the kernel,
+place the following line in your
+kernel configuration file:
+.Bd -ragged -offset indent
.Cd "device ugen"
+.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
+ugen_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/uhid.4 b/share/man/man4/uhid.4
index 47a5ea6..4f077b7 100644
--- a/share/man/man4/uhid.4
+++ b/share/man/man4/uhid.4
@@ -36,14 +36,26 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 16, 2006
+.Dd November 22, 2006
.Dt UHID 4
.Os
.Sh NAME
.Nm uhid
.Nd USB generic HID support
.Sh SYNOPSIS
+To compile this driver into the kernel,
+place the following line in your
+kernel configuration file:
+.Bd -ragged -offset indent
.Cd "device uhid"
+.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
+uhid_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/ukbd.4 b/share/man/man4/ukbd.4
index 6eb2b6e..5d94cef 100644
--- a/share/man/man4/ukbd.4
+++ b/share/man/man4/ukbd.4
@@ -27,14 +27,26 @@
.\"
.\" $FreeBSD$
.\"
-.Dd April 11, 1999
+.Dd November 22, 2006
.Dt UKBD 4
.Os
.Sh NAME
.Nm ukbd
.Nd USB keyboard driver
.Sh SYNOPSIS
+To compile this driver into the kernel,
+place the following line in your
+kernel configuration file:
+.Bd -ragged -offset indent
.Cd "device ukbd"
+.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
+ukbd_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/ulpt.4 b/share/man/man4/ulpt.4
index e687a8e..229145d 100644
--- a/share/man/man4/ulpt.4
+++ b/share/man/man4/ulpt.4
@@ -36,14 +36,26 @@
.\"
.\" $FreeBSD$
.\"
-.Dd September 26, 2004
+.Dd November 22, 2006
.Dt ULPT 4
.Os
.Sh NAME
.Nm ulpt
.Nd USB printer support
.Sh SYNOPSIS
+To compile this driver into the kernel,
+place the following line in your
+kernel configuration file:
+.Bd -ragged -offset indent
.Cd "device ulpt"
+.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
+ulpt_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/umass.4 b/share/man/man4/umass.4
index 682bf8d..b297c9d 100644
--- a/share/man/man4/umass.4
+++ b/share/man/man4/umass.4
@@ -27,14 +27,26 @@
.\"
.\" $FreeBSD$
.\"
-.Dd December 17, 2004
+.Dd November 22, 2006
.Dt UMASS 4
.Os
.Sh NAME
.Nm umass
.Nd USB Mass Storage Devices driver
.Sh SYNOPSIS
+To compile this driver into the kernel,
+place the following line in your
+kernel configuration file:
+.Bd -ragged -offset indent
.Cd "device umass"
+.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
+umass_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/umct.4 b/share/man/man4/umct.4
index f25c7a7..7c381a6 100644
--- a/share/man/man4/umct.4
+++ b/share/man/man4/umct.4
@@ -25,15 +25,27 @@
.\"
.\" $FreeBSD$
.\"
-.Dd February 29, 2004
+.Dd November 22, 2006
.Dt UMCT 4
.Os
.Sh NAME
.Nm umct
.Nd Magic Control Technology USB-RS232 converter driver
.Sh SYNOPSIS
+To compile this driver into the kernel,
+place the following lines in your
+kernel configuration file:
+.Bd -ragged -offset indent
.Cd "device umct"
.Cd "device ucom"
+.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
+umct_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/umodem.4 b/share/man/man4/umodem.4
index bf339fb..c0f1eee 100644
--- a/share/man/man4/umodem.4
+++ b/share/man/man4/umodem.4
@@ -36,15 +36,27 @@
.\"
.\" $FreeBSD$
.\"
-.Dd June 18, 2006
+.Dd November 22, 2006
.Dt UMODEM 4
.Os
.Sh NAME
.Nm umodem
.Nd USB modem support
.Sh SYNOPSIS
+To compile this driver into the kernel,
+place the following lines in your
+kernel configuration file:
+.Bd -ragged -offset indent
.Cd "device umodem"
.Cd "device ucom"
+.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
+umodem_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/ums.4 b/share/man/man4/ums.4
index a1a8cc3..266621a 100644
--- a/share/man/man4/ums.4
+++ b/share/man/man4/ums.4
@@ -27,14 +27,26 @@
.\"
.\" $FreeBSD$
.\"
-.Dd February 5, 2005
+.Dd November 22, 2006
.Dt UMS 4
.Os
.Sh NAME
.Nm ums
.Nd USB mouse driver
.Sh SYNOPSIS
+To compile this driver into the kernel,
+place the following line in your
+kernel configuration file:
+.Bd -ragged -offset indent
.Cd "device ums"
+.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
+ums_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/uplcom.4 b/share/man/man4/uplcom.4
index f3a1b83..cc1fa59 100644
--- a/share/man/man4/uplcom.4
+++ b/share/man/man4/uplcom.4
@@ -36,15 +36,27 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 19, 2006
+.Dd November 22, 2006
.Dt UPLCOM 4
.Os
.Sh NAME
.Nm uplcom
.Nd USB support for Prolific PL-2303/2303X/2303HX serial adapters driver
.Sh SYNOPSIS
+To compile this driver into the kernel,
+place the following lines in your
+kernel configuration file:
+.Bd -ragged -offset indent
.Cd "device uplcom"
.Cd "device ucom"
+.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
+uplcom_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/urio.4 b/share/man/man4/urio.4
index 0e2187a..d42ff2a 100644
--- a/share/man/man4/urio.4
+++ b/share/man/man4/urio.4
@@ -30,14 +30,26 @@
.\"
.\" $FreeBSD$
.\"
-.Dd September 26, 2004
+.Dd November 22, 2006
.Dt URIO 4
.Os
.Sh NAME
.Nm urio
.Nd "USB driver for the Rio MP3 players"
.Sh SYNOPSIS
-.Cd "device urio0"
+To compile this driver into the kernel,
+place the following line in your
+kernel configuration file:
+.Bd -ragged -offset indent
+.Cd "device urio"
+.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
+urio_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
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
diff --git a/share/man/man4/uscanner.4 b/share/man/man4/uscanner.4
index 9abc08c..5f44dd2 100644
--- a/share/man/man4/uscanner.4
+++ b/share/man/man4/uscanner.4
@@ -30,14 +30,26 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 7, 2006
+.Dd November 22, 2006
.Dt USCANNER 4
.Os
.Sh NAME
.Nm uscanner
.Nd USB Scanners
.Sh SYNOPSIS
+To compile this driver into the kernel,
+place the following line in your
+kernel configuration file:
+.Bd -ragged -offset indent
.Cd "device uscanner"
+.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
+uscanner_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/utopia.4 b/share/man/man4/utopia.4
index 08f530d..00020ea 100644
--- a/share/man/man4/utopia.4
+++ b/share/man/man4/utopia.4
@@ -27,14 +27,26 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 8, 2003
+.Dd November 22, 2006
.Dt UTOPIA 4
.Os
.Sh NAME
.Nm utopia
.Nd "driver module for ATM PHY chips"
.Sh SYNOPSIS
-.Cd device utopia
+To compile this driver into the kernel,
+place the following line in your
+kernel configuration file:
+.Bd -ragged -offset indent
+.Cd "device utopia"
+.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
+utopia_load="YES"
+.Ed
.Sh DESCRIPTION
This module is used by all ATM drivers for cards that use
PMC-Sierra S/Uni and IDT77105/IDT77155
diff --git a/share/man/man4/uvisor.4 b/share/man/man4/uvisor.4
index da5a9f4..ceffa89 100644
--- a/share/man/man4/uvisor.4
+++ b/share/man/man4/uvisor.4
@@ -36,15 +36,27 @@
.\"
.\" $FreeBSD$
.\"
-.Dd June 18, 2006
+.Dd November 22, 2006
.Dt UVISOR 4
.Os
.Sh NAME
.Nm uvisor
.Nd "USB support for the PalmOS based PDAs"
.Sh SYNOPSIS
+To compile this driver into the kernel,
+place the following lines in your
+kernel configuration file:
+.Bd -ragged -offset indent
.Cd "device uvisor"
.Cd "device ucom"
+.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
+uvisor_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/uvscom.4 b/share/man/man4/uvscom.4
index 44a7eb6..269667b 100644
--- a/share/man/man4/uvscom.4
+++ b/share/man/man4/uvscom.4
@@ -36,15 +36,27 @@
.\"
.\" $FreeBSD$
.\"
-.Dd September 6, 2004
+.Dd November 22, 2006
.Dt UVSCOM 4
.Os
.Sh NAME
.Nm uvscom
.Nd USB support for SUNTAC Slipper U VS-10U serial adapters driver
.Sh SYNOPSIS
+To compile this driver into the kernel,
+place the following lines in your
+kernel configuration file:
+.Bd -ragged -offset indent
.Cd "device uvscom"
.Cd "device ucom"
+.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
+uvscom_load="YES"
+.Ed
.Sh HARDWARE
The
.Nm
OpenPOWER on IntegriCloud