Bug 155074 - [patch]usb_quirk(4) man page device name error
Summary: [patch]usb_quirk(4) man page device name error
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Glen Barber
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-26 21:10 UTC by Warren Block
Modified: 2011-03-03 14:40 UTC (History)
0 users

See Also:


Attachments
file.diff (342 bytes, patch)
2011-02-26 21:10 UTC, Warren Block
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Warren Block 2011-02-26 21:10:08 UTC
usb_quirk(4) man page has the wrong device name.

SYNOPSIS
     To compile this module into the kernel, place the following line in your
     kernel configuration file:

           device ucom

Fix: Apply attached patch.

Patch attached with submission follows:
How-To-Repeat: man 4 usb_quirk
Comment 1 Glen Barber freebsd_committer freebsd_triage 2011-02-26 21:15:49 UTC
Responsible Changed
From-To: freebsd-doc->gjb

I'll take this.
Comment 2 Glen Barber freebsd_committer freebsd_triage 2011-02-27 03:17:22 UTC
This was changed in HEAD by r216074, where 'ucom' was replaced with
'usb'.  I suspect a proper entry would be to add 'usb_quirk' the the
list of lines needed in KERNCONF.  I'll take care of this.

Regards,

-- 
Glen Barber | gjb@FreeBSD.org
FreeBSD Documentation Project
Comment 3 Glen Barber freebsd_committer freebsd_triage 2011-02-27 17:18:02 UTC
State Changed
From-To: open->patched

Patched in HEAD.
Comment 4 Glen Barber freebsd_committer freebsd_triage 2011-03-03 14:31:58 UTC
State Changed
From-To: patched->closed

MFC done.  Thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2011-03-03 14:31:59 UTC
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
_______________________________________________
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-unsubscribe@freebsd.org"