Date: Mon, 22 Jul 2002 22:53:38 -0400 (EDT) From: Chris Pepper <pepper@rockefeller.edu> To: FreeBSD-gnats-submit@FreeBSD.org Subject: docs/40911: [PATCH] Minor improvements for /usr/share/man/man8/usbd.8.gz Message-ID: <20020723025338.50E5FA970@guest.reppep.com>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020723025338.50E5FA970>