svn commit: r289214 - stable/9/share/man/man4
Hans Petter Selasky
hselasky at FreeBSD.org
Tue Oct 13 08:10:22 UTC 2015
Author: hselasky
Date: Tue Oct 13 08:10:21 2015
New Revision: 289214
URL: https://svnweb.freebsd.org/changeset/base/289214
Log:
MFC r288273:
Fix spelling.
PR: 203249
Modified:
stable/9/share/man/man4/usb_quirk.4
Directory Properties:
stable/9/share/ (props changed)
stable/9/share/man/ (props changed)
stable/9/share/man/man4/ (props changed)
Modified: stable/9/share/man/man4/usb_quirk.4
==============================================================================
--- stable/9/share/man/man4/usb_quirk.4 Tue Oct 13 08:09:16 2015 (r289213)
+++ stable/9/share/man/man4/usb_quirk.4 Tue Oct 13 08:10:21 2015 (r289214)
@@ -16,7 +16,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd September 24, 2015
+.Dd September 26, 2015
.Dt USB_QUIRK 4
.Os
.Sh NAME
@@ -193,9 +193,10 @@ The value is a string whose format is:
Installs the quirks
.Ic UQ_QUIRK,...
for all USB devices matching
-.Ic VendorId ,
+.Ic VendorId
+and
.Ic ProductId
-and has a hardware revision between and including
+which have a hardware revision between and including
.Ic LowRevision
and
.Ic HighRevision .
More information about the svn-src-stable-9
mailing list