Insert device foo for a few drivers that don't have it. Replace the
NetBSD config syntax with the FreeBSD syntax.
This commit is contained in:
parent
f1912fcf16
commit
fc1a4ecf57
@ -31,6 +31,8 @@
|
||||
.Sh NAME
|
||||
.Nm ubtbcmfw
|
||||
.Nd Firmware driver for Broadcom BCM2033 chip based Bluetooth USB devices
|
||||
.Sh SYNOPSIS
|
||||
.Cd "device ubtbcmfw"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
|
@ -43,12 +43,7 @@
|
||||
.Nm ucom
|
||||
.Nd USB tty support
|
||||
.Sh SYNOPSIS
|
||||
.Cd "ucom* at uftdi?"
|
||||
.Cd "ucom* at umct?"
|
||||
.Cd "ucom* at umodem?"
|
||||
.Cd "ucom* at uplcom?"
|
||||
.Cd "ucom* at uvisor? portno ?"
|
||||
.Cd "ucom* at uvscom?"
|
||||
.Cd "device ucom"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
|
@ -43,8 +43,8 @@
|
||||
.Nm uftdi
|
||||
.Nd USB support for serial adapters based on the FT8U100AX and FT8U232AM
|
||||
.Sh SYNOPSIS
|
||||
.Cd "uftdi* at uhub?"
|
||||
.Cd "ucom* at uftdi?"
|
||||
.Cd "device uftdi"
|
||||
.Cd "device ucom"
|
||||
.Sh HARDWARE
|
||||
The
|
||||
.Nm
|
||||
|
@ -43,7 +43,7 @@
|
||||
.Nm uhid
|
||||
.Nd USB generic HID support
|
||||
.Sh SYNOPSIS
|
||||
.Cd "uhid* at uhidev? reportid ?"
|
||||
.Cd "device uhid"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
|
@ -43,10 +43,9 @@
|
||||
.Nm uhidev
|
||||
.Nd USB Human Interface Device support
|
||||
.Sh SYNOPSIS
|
||||
.Cd "uhidev* at uhub?"
|
||||
.Cd "uhid* at uhidev? reportid ?"
|
||||
.Cd "ukbd* at uhidev? reportid ?"
|
||||
.Cd "ums* at uhidev? reportid ?"
|
||||
.Cd "device uhid"
|
||||
.Cd "device ukbd"
|
||||
.Cd "device ums"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
|
@ -43,7 +43,7 @@
|
||||
.Nm ulpt
|
||||
.Nd USB printer support
|
||||
.Sh SYNOPSIS
|
||||
.Cd "ulpt* at uhub?"
|
||||
.Cd "device ulpt"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
|
@ -43,8 +43,8 @@
|
||||
.Nm umodem
|
||||
.Nd USB modem support
|
||||
.Sh SYNOPSIS
|
||||
.Cd "umodem* at uhub?"
|
||||
.Cd "ucom* at umodem?"
|
||||
.Cd "device umodem"
|
||||
.Cd "device ucom"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
|
@ -43,8 +43,8 @@
|
||||
.Nm uplcom
|
||||
.Nd USB support for Prolific PL-2303 serial adapters driver
|
||||
.Sh SYNOPSIS
|
||||
.Cd "uplcom* at uhub?"
|
||||
.Cd "ucom* at uplcom?"
|
||||
.Cd "device uplcom"
|
||||
.Cd "device ucom"
|
||||
.Sh HARDWARE
|
||||
The
|
||||
.Nm
|
||||
|
@ -43,8 +43,8 @@
|
||||
.Nm uvisor
|
||||
.Nd USB support for the Handspring Visor, a Palmpilot compatible PDA
|
||||
.Sh SYNOPSIS
|
||||
.Cd "uvisor* at uhub?"
|
||||
.Cd "ucom* at uvisor? portno ?"
|
||||
.Cd "device uvisor"
|
||||
.Cd "device ucom"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
|
@ -43,8 +43,8 @@
|
||||
.Nm uvscom
|
||||
.Nd USB support for SUNTAC Slipper U VS-10U serial adapters driver
|
||||
.Sh SYNOPSIS
|
||||
.Cd "uvscom* at uhub?"
|
||||
.Cd "ucom* at uvscom?"
|
||||
.Cd "device uvscom"
|
||||
.Cd "device ucom"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
|
@ -43,7 +43,7 @@
|
||||
.Nm vinum
|
||||
.Nd Logical Volume Manager
|
||||
.Sh SYNOPSIS
|
||||
.Cd "kldload vinum"
|
||||
.Cd "device vinum"
|
||||
.Sh DESCRIPTION
|
||||
.Nm
|
||||
is a logical volume manager inspired by, but not derived from, the Veritas
|
||||
|
Loading…
Reference in New Issue
Block a user