Author: gjb (doc committer)
Date: Sun Feb 27 17:14:06 2011
New Revision: 219086
URL: http://svn.freebsd.org/changeset/base/219086

Log:
  Fix typo in kernel configuration entry.
  
  PR:           155074
  Submitted by: Warren Block (wblock of wonkity com)
  MFC after:    3 days

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

Modified: head/share/man/man4/usb_quirk.4
==============================================================================
--- head/share/man/man4/usb_quirk.4     Sun Feb 27 13:58:20 2011        
(r219085)
+++ head/share/man/man4/usb_quirk.4     Sun Feb 27 17:14:06 2011        
(r219086)
@@ -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 usb"
+.Cd "device usb_quirk"
 .Ed
 .Pp
 Alternatively, to load the module at boot
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to