svn commit: r288273 - head/share/man/man4

Hans Petter Selasky hselasky at FreeBSD.org
Sat Sep 26 16:48:25 UTC 2015


Author: hselasky
Date: Sat Sep 26 16:48:25 2015
New Revision: 288273
URL: https://svnweb.freebsd.org/changeset/base/288273

Log:
  Fix spelling.
  
  Submitted by:	Maxime Soule <btik-fbsd at scoubidou.com>
  PR:		203249
  MFC after:	2 weeks

Modified:
  head/share/man/man4/usb_quirk.4

Modified: head/share/man/man4/usb_quirk.4
==============================================================================
--- head/share/man/man4/usb_quirk.4	Sat Sep 26 16:30:16 2015	(r288272)
+++ head/share/man/man4/usb_quirk.4	Sat Sep 26 16:48:25 2015	(r288273)
@@ -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