From owner-svn-src-stable-8@FreeBSD.ORG Thu Mar 3 14:31:40 2011 Return-Path: Delivered-To: svn-src-stable-8@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E8EFD1065670; Thu, 3 Mar 2011 14:31:40 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D6EFF8FC0A; Thu, 3 Mar 2011 14:31:40 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p23EVep1040666; Thu, 3 Mar 2011 14:31:40 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p23EVeVu040664; Thu, 3 Mar 2011 14:31:40 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201103031431.p23EVeVu040664@svn.freebsd.org> From: Glen Barber Date: Thu, 3 Mar 2011 14:31:40 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r219227 - stable/8/share/man/man4 X-BeenThere: svn-src-stable-8@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 8-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Mar 2011 14:31:41 -0000 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