Author: gjb (doc committer)
Date: Thu Mar  3 14:31:40 2011
New Revision: 219227
URL: http://svn.freebsd.org/changeset/base/219227

Log:
  MFC 216074[1], 219086:
  
  Fix device name in usb_quirk(4).
  
  PR:           155074
  Obtained from:        ru [1]

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

Modified: stable/8/share/man/man4/usb_quirk.4
==============================================================================
--- stable/8/share/man/man4/usb_quirk.4 Thu Mar  3 11:52:07 2011        
(r219226)
+++ stable/8/share/man/man4/usb_quirk.4 Thu Mar  3 14:31:40 2011        
(r219227)
@@ -16,7 +16,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 9, 2010
+.Dd February 27, 2011
 .Dt USB_QUIRK 4
 .Os
 .Sh NAME
@@ -27,7 +27,7 @@ To compile this module into the kernel,
 place the following line in your
 kernel configuration file:
 .Bd -ragged -offset indent
-.Cd "device ucom"
+.Cd "device usb_quirk"
 .Ed
 .Pp
 Alternatively, to load the module at boot
@@ -183,7 +183,6 @@ device which appears as a USB device on
 usbconfig -d ugen0.3 add_quirk UQ_MSC_EJECT_WAIT
 .Ed
 .Sh SEE ALSO
-.Xr usb_quirk 4 ,
 .Xr usbconfig 5
 .Sh HISTORY
 The
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to