diff options
author | ru <ru@FreeBSD.org> | 2005-06-16 18:46:17 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-06-16 18:46:17 +0000 |
commit | 1c089d8fdd238e9f1ab38b6ae03954ac3dd01d48 (patch) | |
tree | e73cf1ac6f8727731e6d2079d3c81a64f334b2cb /share/man/man5/devfs.rules.5 | |
parent | 73ab2fc036124d8b8ca662ced3919e56265959b7 (diff) | |
download | FreeBSD-src-1c089d8fdd238e9f1ab38b6ae03954ac3dd01d48.zip FreeBSD-src-1c089d8fdd238e9f1ab38b6ae03954ac3dd01d48.tar.gz |
(Mostly) markup fixes.
Approved by: re (blanket)
Diffstat (limited to 'share/man/man5/devfs.rules.5')
-rw-r--r-- | share/man/man5/devfs.rules.5 | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/share/man/man5/devfs.rules.5 b/share/man/man5/devfs.rules.5 index 7d07a58..075e71b 100644 --- a/share/man/man5/devfs.rules.5 +++ b/share/man/man5/devfs.rules.5 @@ -51,7 +51,7 @@ separated by an equal sign. Other lines are rule specifications as documented in .Xr devfs 8 , in the section -.Dq "Rule Specification" . +.Sx "Rule Specification" . These lines are prepended with .Dq Li rule and are passed to @@ -60,33 +60,32 @@ by the startup scripts of the system. It is important to put path elements that contain .Xr glob 3 special characters between quotes. +.Sh FILES +.Bl -tag -compact +.It Pa /etc/devfs.rules +.It Pa /etc/defaults/devfs.rules +.El .Sh EXAMPLES To make all the partitions of .Xr da 4 devices readable and writable by their owner and the .Dq Li usb group, the following rule may be used: -.Bd -literal -offset indent -add path 'da*s*' mode 0660 group usb -.Ed +.Pp +.Dl "add path 'da*s*' mode 0660 group usb" .Pp To make all the .Xr uscanner 4 devices accessible to their owner and the .Dq Li usb group, a similar rule may be used: -.Bd -literal -offset indent -add path 'uscanner*' mode 0660 group usb -.Ed -.Sh FILES -.Bl -tag -compact -.It Pa /etc/devfs.rules -.It Pa /etc/defaults/devfs.rules -.El +.Pp +.Dl "add path 'uscanner*' mode 0660 group usb" .Sh SEE ALSO .Xr glob 3 , .Xr devfs 5 , .Xr devfs.conf 5 , .Xr devfs 8 .Sh AUTHORS -.An "Roland Smith" Aq rsmith@xs4all.nl +This manual page was written by +.An "Roland Smith" Aq rsmith@xs4all.nl . |