summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2004-06-24 05:09:15 +0000
committerWarner Losh <imp@FreeBSD.org>2004-06-24 05:09:15 +0000
commitfc1a4ecf57231ce830c88a15d0636d9f668df07b (patch)
tree9d4ce680e44f45b7085c67ae33561cc120f4a3bb /share
parentf1912fcf16a2a0f1218d84264b43b0a123977aee (diff)
downloadsrc-test2-fc1a4ecf57231ce830c88a15d0636d9f668df07b.tar.gz
src-test2-fc1a4ecf57231ce830c88a15d0636d9f668df07b.zip
Notes
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/ubtbcmfw.42
-rw-r--r--share/man/man4/ucom.47
-rw-r--r--share/man/man4/uftdi.44
-rw-r--r--share/man/man4/uhid.42
-rw-r--r--share/man/man4/uhidev.47
-rw-r--r--share/man/man4/ulpt.42
-rw-r--r--share/man/man4/umodem.44
-rw-r--r--share/man/man4/uplcom.44
-rw-r--r--share/man/man4/uvisor.44
-rw-r--r--share/man/man4/uvscom.44
-rw-r--r--share/man/man4/vinum.42
11 files changed, 19 insertions, 23 deletions
diff --git a/share/man/man4/ubtbcmfw.4 b/share/man/man4/ubtbcmfw.4
index 6b0e8cd3e6ed..76de90494951 100644
--- a/share/man/man4/ubtbcmfw.4
+++ b/share/man/man4/ubtbcmfw.4
@@ -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
diff --git a/share/man/man4/ucom.4 b/share/man/man4/ucom.4
index 799e9e7a7d8d..da0c1ff2ea3d 100644
--- a/share/man/man4/ucom.4
+++ b/share/man/man4/ucom.4
@@ -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
diff --git a/share/man/man4/uftdi.4 b/share/man/man4/uftdi.4
index 423ffcd35802..3e0287f659aa 100644
--- a/share/man/man4/uftdi.4
+++ b/share/man/man4/uftdi.4
@@ -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
diff --git a/share/man/man4/uhid.4 b/share/man/man4/uhid.4
index 0729318ed081..b4cc2308f527 100644
--- a/share/man/man4/uhid.4
+++ b/share/man/man4/uhid.4
@@ -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
diff --git a/share/man/man4/uhidev.4 b/share/man/man4/uhidev.4
index f0490cfdf71d..f469cc68098a 100644
--- a/share/man/man4/uhidev.4
+++ b/share/man/man4/uhidev.4
@@ -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
diff --git a/share/man/man4/ulpt.4 b/share/man/man4/ulpt.4
index 7b91c5e8475e..0ea787349011 100644
--- a/share/man/man4/ulpt.4
+++ b/share/man/man4/ulpt.4
@@ -43,7 +43,7 @@
.Nm ulpt
.Nd USB printer support
.Sh SYNOPSIS
-.Cd "ulpt* at uhub?"
+.Cd "device ulpt"
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/umodem.4 b/share/man/man4/umodem.4
index 8bac3d73415f..71db5f913194 100644
--- a/share/man/man4/umodem.4
+++ b/share/man/man4/umodem.4
@@ -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
diff --git a/share/man/man4/uplcom.4 b/share/man/man4/uplcom.4
index 2e6bbade247f..acdf899fe015 100644
--- a/share/man/man4/uplcom.4
+++ b/share/man/man4/uplcom.4
@@ -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
diff --git a/share/man/man4/uvisor.4 b/share/man/man4/uvisor.4
index 85fb049919d3..b4a0682f88ea 100644
--- a/share/man/man4/uvisor.4
+++ b/share/man/man4/uvisor.4
@@ -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
diff --git a/share/man/man4/uvscom.4 b/share/man/man4/uvscom.4
index a7d694f5ec60..94ff4e96bd63 100644
--- a/share/man/man4/uvscom.4
+++ b/share/man/man4/uvscom.4
@@ -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
diff --git a/share/man/man4/vinum.4 b/share/man/man4/vinum.4
index 77fb952fa490..01334884138c 100644
--- a/share/man/man4/vinum.4
+++ b/share/man/man4/vinum.4
@@ -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