Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Feb 2011 17:14:07 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r219086 - head/share/man/man4
Message-ID:  <201102271714.p1RHE7P4095722@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102271714.p1RHE7P4095722>