From b90dfaf3378351cf467b1c7b2a90bceecb881cfa Mon Sep 17 00:00:00 2001 From: Andrew Thompson Date: Sun, 10 Jan 2010 18:53:15 +0000 Subject: [PATCH] Change the second usb example for ulpt to one describing libusb which would be more common. --- share/man/man5/devfs.rules.5 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/share/man/man5/devfs.rules.5 b/share/man/man5/devfs.rules.5 index cc641ec6e66..c1e5d93c572 100644 --- a/share/man/man5/devfs.rules.5 +++ b/share/man/man5/devfs.rules.5 @@ -100,13 +100,15 @@ The first line declares and starts a new ruleset, with the name .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 ,