From fc1a4ecf57231ce830c88a15d0636d9f668df07b Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 24 Jun 2004 05:09:15 +0000 Subject: [PATCH] Insert device foo for a few drivers that don't have it. Replace the NetBSD config syntax with the FreeBSD syntax. --- share/man/man4/ubtbcmfw.4 | 2 ++ share/man/man4/ucom.4 | 7 +------ share/man/man4/uftdi.4 | 4 ++-- share/man/man4/uhid.4 | 2 +- share/man/man4/uhidev.4 | 7 +++---- share/man/man4/ulpt.4 | 2 +- share/man/man4/umodem.4 | 4 ++-- share/man/man4/uplcom.4 | 4 ++-- share/man/man4/uvisor.4 | 4 ++-- share/man/man4/uvscom.4 | 4 ++-- share/man/man4/vinum.4 | 2 +- 11 files changed, 19 insertions(+), 23 deletions(-) diff --git a/share/man/man4/ubtbcmfw.4 b/share/man/man4/ubtbcmfw.4 index 6b0e8cd3e6e..76de9049495 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 799e9e7a7d8..da0c1ff2ea3 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 423ffcd3580..3e0287f659a 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 0729318ed08..b4cc2308f52 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 f0490cfdf71..f469cc68098 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 7b91c5e8475..0ea78734901 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 8bac3d73415..71db5f91319 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 2e6bbade247..acdf899fe01 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 85fb049919d..b4a0682f88e 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 a7d694f5ec6..94ff4e96bd6 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 77fb952fa49..01334884138 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 -- 2.45.2