diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1995-07-08 09:29:51 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1995-07-08 09:29:51 +0000 |
commit | 41c6a8c88d64153ac36d8abf612203064a852ad6 (patch) | |
tree | 25328bdb5b345927be4cc045994d80d74d8a3355 /usr.sbin/vnconfig | |
parent | 12091de41566fdff7513612a2345a4b4c08f3448 (diff) | |
download | FreeBSD-src-41c6a8c88d64153ac36d8abf612203064a852ad6.zip FreeBSD-src-41c6a8c88d64153ac36d8abf612203064a852ad6.tar.gz |
The vnconfig man page needs updating (change vndXX to vnXX).
The -a option description is not very visible.
Submitted by: Pierre Beyssac <pb@fasterix.freenix.fr>
Obtained from: PR docs/447
Diffstat (limited to 'usr.sbin/vnconfig')
-rw-r--r-- | usr.sbin/vnconfig/vnconfig.8 | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/usr.sbin/vnconfig/vnconfig.8 b/usr.sbin/vnconfig/vnconfig.8 index 50bde91..f70f907 100644 --- a/usr.sbin/vnconfig/vnconfig.8 +++ b/usr.sbin/vnconfig/vnconfig.8 @@ -115,7 +115,9 @@ See Same as ``mountrw=''. .El .Pp -The second (-a) form of the command reads a command file and performs the +The second ( +.Fl a +) form of the command reads a command file and performs the specified actions for each device/file pair. With .Fl f @@ -139,21 +141,21 @@ option. .El .Sh EXAMPLES .Pp -.Dl vnconfig /dev/vnd0c /tmp/diskimage +.Dl vnconfig /dev/vn0c /tmp/diskimage .Pp Configures the vnode disk -.Pa vnd0c . +.Pa vn0c . .Pp -.Dl vnconfig -e /dev/vnd0c /var/swapfile swap +.Dl vnconfig -e /dev/vn0c /var/swapfile swap .Pp Configures -.Pa vnd0c +.Pa vn0c and enables swapping on it. .Pp -.Dl vnconfig -d /dev/vnd0c myfilesystem mount=/mnt +.Dl vnconfig -d /dev/vn0c myfilesystem mount=/mnt .Pp Unmounts (disables) -.Pa vnd0c . +.Pa vn0c . .Pp .Dl vnconfig -ae .Pp |