diff options
| author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2022-10-21 05:47:54 +0000 |
|---|---|---|
| committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2022-10-21 05:48:30 +0000 |
| commit | a2d60916d0dd4073d8da15bad65f301e9f8085fa (patch) | |
| tree | d1be8e1339abc92a3aa2b322ae43e84fc2bd2343 | |
| parent | 83c1ec92e454a7592dd15b15b738d18ae36575e0 (diff) | |
xhci(4): Fix spelling in manual page.
Noted by: Gary Jennejohn <garyj@gmx.de>
MFC after: 1 week
Sponsored by: NVIDIA Networking
| -rw-r--r-- | share/man/man4/xhci.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/xhci.4 b/share/man/man4/xhci.4 index dc34931f5002..f30795e9cd02 100644 --- a/share/man/man4/xhci.4 +++ b/share/man/man4/xhci.4 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 20, 2022 +.Dd October 21, 2022 .Dt XHCI 4 .Os .Sh NAME @@ -49,7 +49,7 @@ The .Tn XHCI controller supports .Tn USB -connection speeds from 5.0Gbps and above when using a USB 3.x +connection speeds from 5.0Gbps and above when using USB 3.x compliant devices. .Sh HARDWARE The |
