diff options
author | kris <kris@FreeBSD.org> | 2000-05-07 08:22:33 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-05-07 08:22:33 +0000 |
commit | 5b0093f124d2db294e807038ff45b4733a0de8d4 (patch) | |
tree | 76460a19a0378524f385e304f90947219ec8e174 /usr.sbin/vnconfig | |
parent | 03dfcaef1f6b365b4e750bec8bfd4c694b00ddf9 (diff) | |
download | FreeBSD-src-5b0093f124d2db294e807038ff45b4733a0de8d4.zip FreeBSD-src-5b0093f124d2db294e807038ff45b4733a0de8d4.tar.gz |
Zap reference to /dev/rvn*
Diffstat (limited to 'usr.sbin/vnconfig')
-rw-r--r-- | usr.sbin/vnconfig/vnconfig.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/vnconfig/vnconfig.8 b/usr.sbin/vnconfig/vnconfig.8 index c9825c9..23f5c38 100644 --- a/usr.sbin/vnconfig/vnconfig.8 +++ b/usr.sbin/vnconfig/vnconfig.8 @@ -241,7 +241,7 @@ VN partitions that previously contained filesystems. .Pp .Dl vnconfig -e -s labels,reserve -S 400m vn1 .Dl disklabel -r -w vn1 auto -.Dl newfs /dev/rvn1c +.Dl newfs /dev/vn1c .Dl mount /dev/vn1c /usr/obj .Pp Is an example of a swap-backed VN disk configuration. This example assumes |