From 701a45221e993dafd18728c06e7c462ffb634969 Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Sat, 8 Jul 1995 09:29:51 +0000 Subject: [PATCH] The vnconfig man page needs updating (change vndXX to vnXX). The -a option description is not very visible. Submitted by: Pierre Beyssac Obtained from: PR docs/447 --- usr.sbin/vnconfig/vnconfig.8 | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/usr.sbin/vnconfig/vnconfig.8 b/usr.sbin/vnconfig/vnconfig.8 index 50bde91458c7..f70f907554ed 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