From 61ccab94885da4ee432f1edc19185c831fac91d9 Mon Sep 17 00:00:00 2001 From: brezak Date: Mon, 3 Jan 1994 14:40:55 +0000 Subject: [PATCH] Change /dev/vn0c to /dev/vnd0c (from jimj@miller.cs.uwm.edu) --- usr.sbin/vnconfig/vnconfig.8 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/usr.sbin/vnconfig/vnconfig.8 b/usr.sbin/vnconfig/vnconfig.8 index 230cd72f3565..50bde91458c7 100644 --- a/usr.sbin/vnconfig/vnconfig.8 +++ b/usr.sbin/vnconfig/vnconfig.8 @@ -139,21 +139,21 @@ option. .El .Sh EXAMPLES .Pp -.Dl vnconfig /dev/vn0c /tmp/diskimage +.Dl vnconfig /dev/vnd0c /tmp/diskimage .Pp Configures the vnode disk -.Pa vn0c . +.Pa vnd0c . .Pp -.Dl vnconfig -e /dev/vn0c /var/swapfile swap +.Dl vnconfig -e /dev/vnd0c /var/swapfile swap .Pp Configures -.Pa vn0c +.Pa vnd0c and enables swapping on it. .Pp -.Dl vnconfig -d /dev/vn0c myfilesystem mount=/mnt +.Dl vnconfig -d /dev/vnd0c myfilesystem mount=/mnt .Pp Unmounts (disables) -.Pa vn0c . +.Pa vnd0c . .Pp .Dl vnconfig -ae .Pp