svn commit: r289213 - stable/10/share/man/man4

Hans Petter Selasky hselasky at FreeBSD.org
Tue Oct 13 08:09:18 UTC 2015


Author: hselasky
Date: Tue Oct 13 08:09:16 2015
New Revision: 289213
URL: https://svnweb.freebsd.org/changeset/base/289213

Log:
  MFC r288273:
  Fix spelling.
  
  PR:		203249

Modified:
  stable/10/share/man/man4/usb_quirk.4
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/share/man/man4/usb_quirk.4
==============================================================================
--- stable/10/share/man/man4/usb_quirk.4	Tue Oct 13 06:14:03 2015	(r289212)
+++ stable/10/share/man/man4/usb_quirk.4	Tue Oct 13 08:09:16 2015	(r289213)
@@ -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-all mailing list