From owner-freebsd-doc Mon Jul 22 20: 0:20 2002 Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0607537B401 for ; Mon, 22 Jul 2002 20:00:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5E2143E6A for ; Mon, 22 Jul 2002 20:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6N303JU049773 for ; Mon, 22 Jul 2002 20:00:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6N3037R049772; Mon, 22 Jul 2002 20:00:03 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6BA037B400 for ; Mon, 22 Jul 2002 19:53:01 -0700 (PDT) Received: from guest.reppep.com (guest.reppep.com [64.81.19.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BD2443E65 for ; Mon, 22 Jul 2002 19:53:01 -0700 (PDT) (envelope-from pepper@reppep.com) Received: by guest.reppep.com (Postfix, from userid 501) id 50E5FA970; Mon, 22 Jul 2002 22:53:38 -0400 (EDT) Message-Id: <20020723025338.50E5FA970@guest.reppep.com> Date: Mon, 22 Jul 2002 22:53:38 -0400 (EDT) From: Chris Pepper Reply-To: Chris Pepper To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/40911: [PATCH] Minor improvements for /usr/share/man/man8/usbd.8.gz Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 40911 >Category: docs >Synopsis: [PATCH] Minor improvements for /usr/share/man/man8/usbd.8.gz >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: Mon Jul 22 20:00:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Chris Pepper >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD guest.reppep.com 4.6-STABLE FreeBSD 4.6-STABLE #6: Mon Jul 15 21:04:43 EDT 2002 root@guest.reppep.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: There are some infelicities in usbd.8. >How-To-Repeat: man usbd >Fix: Apply this patch. --- usbd.8.diff begins here --- --- usbd.8 Mon Jul 8 22:33:18 2002 +++ usbd.8.fixed Mon Jul 8 22:44:46 2002 @@ -51,12 +51,12 @@ .Op Fl v .Sh DESCRIPTION .Nm -handles the USB device attachment and detachment. +handles USB device attachment and detachment. It does two things. Through opening the .Pa /dev/usb0 , .Pa /dev/usb1 , -etc. devices, it enables the kernel to do handle change requests from +etc., devices, it enables the kernel to handle change requests from attached hubs. This functionality will be removed when the kernel has kernel threads. @@ -70,7 +70,9 @@ .Dq ohci and .Dq uhci -modules are not loaded, it will load them automatically. +modules are not loaded, +.Nm +will load them automatically. .Pp The second part is the handling of the attachment and detachment of USB devices. @@ -80,7 +82,7 @@ Whenever a device is attached or detached the list of actions read from .Pa /etc/usbd.conf -are searched for a matching entry. +is searched for a matching entry. If found, the corresponding action is executed. .Pp --- usbd.8.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message