diff options
| author | Glen Barber <gjb@FreeBSD.org> | 2011-02-27 17:14:06 +0000 |
|---|---|---|
| committer | Glen Barber <gjb@FreeBSD.org> | 2011-02-27 17:14:06 +0000 |
| commit | e02dd14a548a89bee6657d9eacb0f992bf61b280 (patch) | |
| tree | 61093e6124dfbf1a34cea7ac8d7f2613b3bcfad7 | |
| parent | 8bfafab1d2799d6eab89eea47c5fff7d9302c437 (diff) | |
Fix typo in kernel configuration entry.
PR: 155074
Submitted by: Warren Block (wblock of wonkity com)
MFC after: 3 days
Notes
svn path=/head/; revision=219086
| -rw-r--r-- | share/man/man4/usb_quirk.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/usb_quirk.4 b/share/man/man4/usb_quirk.4 index 4ca9696fc2d0..00e4ba43ab7e 100644 --- a/share/man/man4/usb_quirk.4 +++ b/share/man/man4/usb_quirk.4 @@ -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 |
