summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2004-05-23 17:18:05 +0000
committerjmc <jmc@openbsd.org>2004-05-23 17:18:05 +0000
commit4ed533d541d1515261e7c623089e38147f9de0f5 (patch)
tree646c2a7c45569633828711f93337a702c21bcd39
parentusbhidaction and usbhidctl are section 1 pages, not 8; (diff)
downloadwireguard-openbsd-4ed533d541d1515261e7c623089e38147f9de0f5.tar.xz
wireguard-openbsd-4ed533d541d1515261e7c623089e38147f9de0f5.zip
new sentence, new line;
-rw-r--r--share/man/man4/ehci.411
1 files changed, 7 insertions, 4 deletions
diff --git a/share/man/man4/ehci.4 b/share/man/man4/ehci.4
index 85b11b5c43b..1ae6d489e53 100644
--- a/share/man/man4/ehci.4
+++ b/share/man/man4/ehci.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ehci.4,v 1.1 2004/05/23 02:43:42 deraadt Exp $
+.\" $OpenBSD: ehci.4,v 1.2 2004/05/23 17:18:05 jmc Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -50,13 +50,16 @@ driver provides support for the USB Enhanced Host Controller Interface,
which is used by USB 2.0 controllers.
.Pp
EHCI controllers are peculiar in that they can only handle the USB 2.0
-protocol. This means that they normally have one or more companion controllers
+protocol.
+This means that they normally have one or more companion controllers
(i.e.,
.Xr ohci 4
or
.Xr uhci 4 )
-handling USB 1.x devices. Consequently each USB connector is electrically
-connected to two USB controllers. The handling of this is totally automatic,
+handling USB 1.x devices.
+Consequently each USB connector is electrically
+connected to two USB controllers.
+The handling of this is totally automatic,
but can be noticed since USB 1.x and USB 2.0 devices plugged in to the same
connector appear to connect to different USB busses.
.Sh SEE ALSO