diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-03-21 23:37:44 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-03-21 23:37:44 +0000 |
commit | 20cda92e80967638c342f07baff0665574921a0b (patch) | |
tree | 46e3e520f74fda0dd359dc5cdf737d8b9e58e17a /share/man/man4 | |
parent | f014082c3a538dcad9b16ecdbf4180b4cb4c6180 (diff) |
Correct pci locators.
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/uhci.4 | 4 | ||||
-rw-r--r-- | share/man/man4/usb.4 | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/uhci.4 b/share/man/man4/uhci.4 index 2a25c6f4cfe..9724d89a5a5 100644 --- a/share/man/man4/uhci.4 +++ b/share/man/man4/uhci.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uhci.4,v 1.4 2002/09/26 22:09:53 miod Exp $ +.\" $OpenBSD: uhci.4,v 1.5 2004/03/21 23:37:43 miod Exp $ .\" $NetBSD: uhci.4,v 1.3 1999/09/12 18:47:12 kleink Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -42,7 +42,7 @@ .Nm uhci .Nd USB Universal Host Controller driver .Sh SYNOPSIS -.Cd "uhci* at pci? function ?" +.Cd "uhci* at pci? dev ? function ?" .Cd "usb* at uhci?" .Sh DESCRIPTION The diff --git a/share/man/man4/usb.4 b/share/man/man4/usb.4 index 92bb827bf0c..49a783e9646 100644 --- a/share/man/man4/usb.4 +++ b/share/man/man4/usb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: usb.4,v 1.26 2004/02/24 07:17:32 jmc Exp $ +.\" $OpenBSD: usb.4,v 1.27 2004/03/21 23:37:43 miod Exp $ .\" $NetBSD: usb.4,v 1.15 1999/07/29 14:20:32 augustss Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -42,8 +42,8 @@ .Nm usb .Nd introduction to Universal Serial Bus support .Sh SYNOPSIS -.Cd "uhci* at pci? function ?" -.Cd "ohci* at pci? function ?" +.Cd "uhci* at pci? dev ? function ?" +.Cd "ohci* at pci? dev ? function ?" .Cd "usb* at uhci? flags 0x00" .Cd "usb* at ohci? flags 0x00" .Cd "uhub* at usb?" |