diff options
author | 2004-03-21 23:37:43 +0000 | |
---|---|---|
committer | 2004-03-21 23:37:43 +0000 | |
commit | 6561c5bc014704f4918eddcffd76325c9b25edb6 (patch) | |
tree | 2a5bad1701763b6eb8227fba15137cec142917ef | |
parent | Correct .Dt name (diff) | |
download | wireguard-openbsd-6561c5bc014704f4918eddcffd76325c9b25edb6.tar.xz wireguard-openbsd-6561c5bc014704f4918eddcffd76325c9b25edb6.zip |
Correct pci locators.
-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?" |