From owner-svn-src-all@FreeBSD.ORG Sun Jan 10 18:53:15 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85A4D106568B; Sun, 10 Jan 2010 18:53:15 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 7697B8FC13; Sun, 10 Jan 2010 18:53:15 +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 o0AIrFNs010698; Sun, 10 Jan 2010 18:53:15 GMT (envelope-from thompsa@svn.freebsd.org) Received: (from thompsa@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o0AIrF32010696; Sun, 10 Jan 2010 18:53:15 GMT (envelope-from thompsa@svn.freebsd.org) Message-Id: <201001101853.o0AIrF32010696@svn.freebsd.org> From: Andrew Thompson Date: Sun, 10 Jan 2010 18:53:15 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r202024 - head/share/man/man5 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jan 2010 18:53:15 -0000 Author: thompsa Date: Sun Jan 10 18:53:15 2010 New Revision: 202024 URL: http://svn.freebsd.org/changeset/base/202024 Log: Change the second usb example for ulpt to one describing libusb which would be more common. Modified: head/share/man/man5/devfs.rules.5 Modified: head/share/man/man5/devfs.rules.5 ============================================================================== --- head/share/man/man5/devfs.rules.5 Sun Jan 10 18:39:29 2010 (r202023) +++ head/share/man/man5/devfs.rules.5 Sun Jan 10 18:53:15 2010 (r202024) @@ -100,13 +100,15 @@ The first line declares and starts a new .Va localrules and the number 10. .Pp -To make all the -.Xr ulpt 4 -devices accessible to their owner and the +To give +.Xr usbconfig 8 +and +.Xr libusb 3 +enabled applications permission to all usb devices for their owner and the .Dq Li usb group, a similar rule may be used: .Pp -.Dl "add path 'ulpt*' mode 0660 group usb" +.Dl "add path 'usb/*' mode 0660 group usb" .Sh SEE ALSO .Xr glob 3 , .Xr devfs 5 ,