From nobody@FreeBSD.org  Sat Feb 26 21:03:47 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 13E691065674
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 26 Feb 2011 21:03:47 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 02A428FC12
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 26 Feb 2011 21:03:47 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p1QL3kIT022087
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 26 Feb 2011 21:03:46 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p1QL3kum022082;
	Sat, 26 Feb 2011 21:03:46 GMT
	(envelope-from nobody)
Message-Id: <201102262103.p1QL3kum022082@red.freebsd.org>
Date: Sat, 26 Feb 2011 21:03:46 GMT
From: Warren Block <wblock@wonkity.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch]usb_quirk(4) man page device name error
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         155074
>Category:       docs
>Synopsis:       [patch]usb_quirk(4) man page device name error
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gjb
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 26 21:10:08 UTC 2011
>Closed-Date:    Thu Mar 03 14:32:23 UTC 2011
>Last-Modified:  Thu Mar  3 14:40:10 UTC 2011
>Originator:     Warren Block
>Release:        8-stable
>Organization:
>Environment:
FreeBSD lightning 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Feb 26 08:48:49 MST 2011     root@lightning:/usr/obj/usr/src/sys/LIGHTNING  i386
>Description:
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

>How-To-Repeat:
man 4 usb_quirk
>Fix:
Apply attached patch.

Patch attached with submission follows:

--- share/man/man4/usb_quirk.4.orig	2011-02-26 13:58:46.000000000 -0700
+++ share/man/man4/usb_quirk.4	2011-02-26 13:59:38.000000000 -0700
@@ -27,7 +27,7 @@
 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


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->gjb 
Responsible-Changed-By: gjb 
Responsible-Changed-When: Sat Feb 26 21:15:49 UTC 2011 
Responsible-Changed-Why:  
I'll take this. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=155074 

From: Glen Barber <gjb@FreeBSD.org>
To: bug-followup@FreeBSD.org, wblock@wonkity.com
Cc:  
Subject: Re: docs/155074: [patch]usb_quirk(4) man page device name error
Date: Sat, 26 Feb 2011 22:17:22 -0500

 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
 
State-Changed-From-To: open->patched 
State-Changed-By: gjb 
State-Changed-When: Sun Feb 27 17:18:02 UTC 2011 
State-Changed-Why:  
Patched in HEAD. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=155074 
State-Changed-From-To: patched->closed 
State-Changed-By: gjb 
State-Changed-When: Thu Mar 3 14:31:58 UTC 2011 
State-Changed-Why:  
MFC done.  Thanks! 


http://www.freebsd.org/cgi/query-pr.cgi?pr=155074 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/155074: commit references a PR
Date: Thu,  3 Mar 2011 14:31:59 +0000 (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"
 
>Unformatted:
