docs/155074: [patch]usb_quirk(4) man page device name error

Warren Block wblock at wonkity.com
Sat Feb 26 21:10:09 UTC 2011


>Number:         155074
>Category:       docs
>Synopsis:       [patch]usb_quirk(4) man page device name error
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 26 21:10:08 UTC 2011
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-doc mailing list