aboutsummaryrefslogtreecommitdiff
path: root/sbin/devfs/devfs.8
diff options
context:
space:
mode:
authorJoel Dahl <joel@FreeBSD.org>2012-06-09 07:18:53 +0000
committerJoel Dahl <joel@FreeBSD.org>2012-06-09 07:18:53 +0000
commit21c2aa5e521139cfa057129eadca5b1e0921f481 (patch)
treee4730c7cc7f786d33cef8252550bd59b36fc6b93 /sbin/devfs/devfs.8
parent0f135da3545ac43720cad81229a09310a21d2854 (diff)
downloadsrc-21c2aa5e521139cfa057129eadca5b1e0921f481.tar.gz
src-21c2aa5e521139cfa057129eadca5b1e0921f481.zip
mdoc: minor improvements to a few lists with tags.
Notes
Notes: svn path=/head/; revision=236780
Diffstat (limited to 'sbin/devfs/devfs.8')
-rw-r--r--sbin/devfs/devfs.812
1 files changed, 6 insertions, 6 deletions
diff --git a/sbin/devfs/devfs.8 b/sbin/devfs/devfs.8
index aa2f81abd239..8c41b13f37d6 100644
--- a/sbin/devfs/devfs.8
+++ b/sbin/devfs/devfs.8
@@ -52,7 +52,7 @@ most of the commands related to the rule subsystem must be preceded by the
.Cm rule
keyword.
The following flags are common to all keywords:
-.Bl -tag -offset indent
+.Bl -tag -width 15n
.It Fl m Ar mount-point
Operate on
.Ar mount-point ,
@@ -88,7 +88,7 @@ Rule manipulation commands follow the
.Cm rule
keyword.
The following flags are common to all of the rule manipulation commands:
-.Bl -tag -offset indent
+.Bl -tag -width 15n
.It Fl s Ar ruleset
Operate on the ruleset with the number
.Ar ruleset .
@@ -98,7 +98,7 @@ specified mount-point.
.El
.Pp
The following commands are recognized:
-.Bl -tag -offset indent
+.Bl -tag -width 15n
.It Cm rule add Oo Ar rulenum Oc Ar rulespec
Add the rule described by
.Ar rulespec
@@ -156,7 +156,7 @@ is ignored.
The following conditions are recognized.
Conditions are ANDed together when matching a device;
if OR is desired, multiple rules can be written.
-.Bl -tag -offset indent
+.Bl -tag -width 15n
.It Cm path Ar pattern
Matches any node with a path that matches
.Ar pattern ,
@@ -175,7 +175,7 @@ and
The following actions are recognized.
Although there is no explicit delimiter between conditions and actions,
they may not be intermixed.
-.Bl -tag -offset indent
+.Bl -tag -width 15n
.It Cm group Ar gid
Set the GID of the node to
.Ar gid ,
@@ -238,7 +238,7 @@ will return the same information regardless of the mount-point specified with
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
+.Bl -tag -width "Pa /usr/share/examples/etc/devfs.conf" -compact
.It Pa /etc/defaults/devfs.rules
Default
.Nm