Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Feb 2011 21:03:46 GMT
From:      Warren Block <wblock@wonkity.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   docs/155074: [patch]usb_quirk(4) man page device name error
Message-ID:  <201102262103.p1QL3kum022082@red.freebsd.org>
Resent-Message-ID: <201102262110.p1QLA9xT046696@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



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