diff options
author | simon <simon@FreeBSD.org> | 2003-07-26 12:41:44 +0000 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2003-07-26 12:41:44 +0000 |
commit | 285deb2a7438f7b49b4ab61cdba6232aa74d204b (patch) | |
tree | 3d7b67c518daa3546ea7e3cd0030e8b920c1efcc /sbin/devfs | |
parent | ff06e11f55b078d207649db47d71c18f83d20d50 (diff) | |
download | FreeBSD-src-285deb2a7438f7b49b4ab61cdba6232aa74d204b.zip FreeBSD-src-285deb2a7438f7b49b4ab61cdba6232aa74d204b.tar.gz |
Minor mdoc(7) cleanup, based on the PR below.
PR: docs/54826
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
Reviewed by: ru
Approved by: ceri (mentor)
Diffstat (limited to 'sbin/devfs')
-rw-r--r-- | sbin/devfs/devfs.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/devfs/devfs.8 b/sbin/devfs/devfs.8 index 2308c8b..570892c 100644 --- a/sbin/devfs/devfs.8 +++ b/sbin/devfs/devfs.8 @@ -43,7 +43,9 @@ utility provides an interface to manipulate properties of .Xr devfs 5 mounts. .Pp -The first keyword after the program name determines the context for +The +.Ar keyword +argument determines the context for the rest of the arguments. For example, most of the commands related to the rule subsystem must be preceded by the @@ -339,10 +341,10 @@ The rule numbers are preserved, but ruleset 10 may already have rules with non-conflicting numbers (these will be preserved). .Sh SEE ALSO +.Xr chmod 1 , .Xr jail 2 , .Xr glob 3 , .Xr devfs 5 , -.Xr chmod 1 , .Xr chown 8 , .Xr jail 8 , .Xr mknod 8 |