From owner-cvs-src@FreeBSD.ORG Sat May 24 11:28:20 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7352837B401; Sat, 24 May 2003 11:28:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 503DA43F85; Sat, 24 May 2003 11:28:19 -0700 (PDT) (envelope-from hmp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h4OISJ0U090938; Sat, 24 May 2003 11:28:19 -0700 (PDT) (envelope-from hmp@repoman.freebsd.org) Received: (from hmp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h4OISIIV090937; Sat, 24 May 2003 11:28:18 -0700 (PDT) Message-Id: <200305241828.h4OISIIV090937@repoman.freebsd.org> From: Hiten Pandya Date: Sat, 24 May 2003 11:28:18 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 usb.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 May 2003 18:28:20 -0000 hmp 2003/05/24 11:28:18 PDT FreeBSD src repository (doc committer) Modified files: share/man/man4 usb.4 Log: Get usb(4) manual page closer to reality: - update ``struct usb_device_info'' - add information about new fields in about struct - document USB_EVENT_IS_ATTACH() and USB_EVENT_IS_DETACH() - update URL of the USB.ORG developer documentation PR: docs/41580 (original patch) Reviewed by: n_hibma Approved by: des (mentor), re (bmah) Revision Changes Path 1.28 +58 -40 src/share/man/man4/usb.4