diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-10-02 07:58:03 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-10-02 07:58:03 +0000 |
commit | aeff794e71c496ef1bea98c6bb8b00a6d298cbc8 (patch) | |
tree | 9deba4549f284213f138cce002839c0a45873115 /share/man/man4 | |
parent | 4b186ac5106b0537263d87e4e4d56bdb7da08b03 (diff) |
- add some indent to the hardware list
- reduce the amount of blank vertical space in DESCRIPTION and group
the text more logically
ok dhartmei@
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/cdce.4 | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/share/man/man4/cdce.4 b/share/man/man4/cdce.4 index f71ed53b9f6..48d0596882d 100644 --- a/share/man/man4/cdce.4 +++ b/share/man/man4/cdce.4 @@ -25,7 +25,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: cdce.4,v 1.7 2005/09/30 20:34:24 jaredy Exp $ +.\" $OpenBSD: cdce.4,v 1.8 2005/10/02 07:58:02 jmc Exp $ .\" .Dd July 20, 2004 .Dt CDCE 4 @@ -42,7 +42,7 @@ driver provides support for USB Host-to-Host (aka USB-to-USB) bridges based on the USB Communication Device Class (CDC) and Ethernet subclass, including the following: .Pp -.Bl -bullet -compact +.Bl -bullet -compact -offset indent .It Prolific PL-2501 .It @@ -55,19 +55,16 @@ NetChip EthernetGadget .Pp The USB bridge appears as a regular network interface on both sides, transporting Ethernet frames. -.Pp -For more information on configuring this device, see -.Xr ifconfig 8 . -.Pp USB 1.x bridges support speeds of up to 12Mbps, and USB 2.0 speeds of up to 480Mbps. -.Pp Packets are received and transmitted over separate USB bulk transfer endpoints. .Pp The .Nm driver does not support different media types or options. +For more information on configuring this device, see +.Xr ifconfig 8 . .Sh DIAGNOSTICS .Bl -diag .It "cdce%d: no union descriptor" |