diff options
author | ru <ru@FreeBSD.org> | 2005-06-14 11:24:56 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-06-14 11:24:56 +0000 |
commit | 064bdbb8144db228dcccdbb5da8a461f3a61155d (patch) | |
tree | 02926942e65a111e3a0a0698f79f43ec67129636 /sbin/devfs | |
parent | 5c7da1168941bb3997a18d803669bd5738a558f1 (diff) | |
download | FreeBSD-src-064bdbb8144db228dcccdbb5da8a461f3a61155d.zip FreeBSD-src-064bdbb8144db228dcccdbb5da8a461f3a61155d.tar.gz |
Markup fixes.
Approved by: re (blanket)
Diffstat (limited to 'sbin/devfs')
-rw-r--r-- | sbin/devfs/devfs.8 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sbin/devfs/devfs.8 b/sbin/devfs/devfs.8 index 53ffa9e..ec517b0 100644 --- a/sbin/devfs/devfs.8 +++ b/sbin/devfs/devfs.8 @@ -234,6 +234,11 @@ will return the same information regardless of the mount-point specified with .Fl m . The mount-point is only relevant when changing what its current ruleset is or when using one of the apply commands. +.Sh FILES +.Bl -tag -compact +.It Pa /etc/defaults/devfs.rules +.It Pa /etc/devfs.rules +.El .Sh EXAMPLES When the system boots, the only ruleset that exists is ruleset number 0; @@ -338,9 +343,6 @@ The above copies all the rules from ruleset 20 into ruleset 10. The rule numbers are preserved, but ruleset 10 may already have rules with non-conflicting numbers (these will be preserved). -.Sh FILES -.Pa /etc/defaults/devfs.rules , -.Pa /etc/devfs.rules .Sh SEE ALSO .Xr chmod 1 , .Xr jail 2 , |