diff options
-rw-r--r-- | share/man/man4/ehci.4 | 5 | ||||
-rw-r--r-- | share/man/man4/ohci.4 | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/share/man/man4/ehci.4 b/share/man/man4/ehci.4 index ecb321b2dca..0ecf945edae 100644 --- a/share/man/man4/ehci.4 +++ b/share/man/man4/ehci.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ehci.4,v 1.13 2017/10/17 22:47:58 schwarze Exp $ +.\" $OpenBSD: ehci.4,v 1.14 2019/01/05 00:39:19 jsg Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -27,7 +27,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: October 17 2017 $ +.Dd $Mdocdate: January 5 2019 $ .Dt EHCI 4 .Os .Sh NAME @@ -35,6 +35,7 @@ .Nd USB Enhanced Host Controller Interface .Sh SYNOPSIS .Cd "ehci* at cardbus?" +.Cd "ehci* at fdt?" .Cd "ehci* at pci?" .Cd "usb* at ehci?" .Sh DESCRIPTION diff --git a/share/man/man4/ohci.4 b/share/man/man4/ohci.4 index 69ff2cc9595..bd7faa1c500 100644 --- a/share/man/man4/ohci.4 +++ b/share/man/man4/ohci.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ohci.4,v 1.14 2016/09/03 13:37:41 guenther Exp $ +.\" $OpenBSD: ohci.4,v 1.15 2019/01/05 00:39:19 jsg Exp $ .\" $NetBSD: ohci.4,v 1.5 1999/11/23 01:47:34 augustss Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: September 3 2016 $ +.Dd $Mdocdate: January 5 2019 $ .Dt OHCI 4 .Os .Sh NAME @@ -36,6 +36,7 @@ .Nd USB Open Host Controller Interface .Sh SYNOPSIS .Cd "ohci* at cardbus?" +.Cd "ohci* at fdt?" .Cd "ohci* at pci?" .Cd "ohci* at voyager? " Pq loongson .Cd "usb* at ohci?" |