summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2008-06-12 18:32:40 +0000
committerderaadt <deraadt@openbsd.org>2008-06-12 18:32:40 +0000
commitd9aaeea24f4022ce374f10657cdca80b3b2a79af (patch)
treecdff32252e3cda8f672141922c51d2eec24eab7a
parentPass error code via the crypto descriptor (ie. crp_etype) from crypto (diff)
downloadwireguard-openbsd-d9aaeea24f4022ce374f10657cdca80b3b2a79af.tar.xz
wireguard-openbsd-d9aaeea24f4022ce374f10657cdca80b3b2a79af.zip
point to usb man pages more clearly; ok jmc
-rw-r--r--share/man/man4/ehci.48
-rw-r--r--share/man/man4/ohci.49
-rw-r--r--share/man/man4/uhci.49
3 files changed, 17 insertions, 9 deletions
diff --git a/share/man/man4/ehci.4 b/share/man/man4/ehci.4
index 39383086a1c..265404f8e53 100644
--- a/share/man/man4/ehci.4
+++ b/share/man/man4/ehci.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ehci.4,v 1.9 2007/05/31 19:19:50 jmc Exp $
+.\" $OpenBSD: ehci.4,v 1.10 2008/06/12 18:32:40 deraadt Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -34,7 +34,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: June 12 2008 $
.Dt EHCI 4
.Os
.Sh NAME
@@ -48,7 +48,9 @@
The
.Nm
driver provides support for the USB Enhanced Host Controller Interface,
-which is used by USB 2.0 controllers.
+which provides an interface to
+.Xr usb 4
+devices.
.Pp
EHCI controllers are peculiar in that they can only handle the USB 2.0
protocol.
diff --git a/share/man/man4/ohci.4 b/share/man/man4/ohci.4
index ab59e924fd0..659bf45bfe9 100644
--- a/share/man/man4/ohci.4
+++ b/share/man/man4/ohci.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ohci.4,v 1.10 2007/05/31 19:19:51 jmc Exp $
+.\" $OpenBSD: ohci.4,v 1.11 2008/06/12 18:32:40 deraadt Exp $
.\" $NetBSD: ohci.4,v 1.5 1999/11/23 01:47:34 augustss Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: June 12 2008 $
.Dt OHCI 4
.Os
.Sh NAME
@@ -49,7 +49,10 @@
.Sh DESCRIPTION
The
.Nm
-driver provides support for USB Open Host Controller Interface.
+driver provides support for USB Open Host Controller Interface,
+which provides an interface to
+.Xr usb 4
+devices.
.Sh SEE ALSO
.Xr cardbus 4 ,
.Xr ehci 4 ,
diff --git a/share/man/man4/uhci.4 b/share/man/man4/uhci.4
index 2c21d41b396..87a2de33061 100644
--- a/share/man/man4/uhci.4
+++ b/share/man/man4/uhci.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: uhci.4,v 1.11 2007/05/31 19:19:52 jmc Exp $
+.\" $OpenBSD: uhci.4,v 1.12 2008/06/12 18:32:40 deraadt Exp $
.\" $NetBSD: uhci.4,v 1.3 1999/09/12 18:47:12 kleink Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: June 12 2008 $
.Dt UHCI 4
.Os
.Sh NAME
@@ -48,7 +48,10 @@
.Sh DESCRIPTION
The
.Nm
-driver provides support for USB Universal Host Controller Interface.
+driver provides support for USB Universal Host Controller Interface,
+which provides an interface to
+.Xr usb 4
+devices.
.Sh SEE ALSO
.Xr cardbus 4 ,
.Xr ehci 4 ,