From cf2d6bbc58b62d6b3ad3863a0257662604b5c26a Mon Sep 17 00:00:00 2001 From: Gregory Sutter Date: Thu, 17 Feb 2000 02:54:36 +0000 Subject: [PATCH] Typo in example: 'vn0' should be 'vn1' 'boundry' --> 'boundary' 'seperated' --> 'separated' PR: 16623 Submitted by: Munehiro Matsuda --- usr.sbin/vnconfig/vnconfig.8 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.sbin/vnconfig/vnconfig.8 b/usr.sbin/vnconfig/vnconfig.8 index a8199d211a60..c9825c938b74 100644 --- a/usr.sbin/vnconfig/vnconfig.8 +++ b/usr.sbin/vnconfig/vnconfig.8 @@ -141,7 +141,7 @@ option. .It Fl S Ar value{k,m,g,t} If no regular file is specified, VN will use swap for backing store. This option specifies the size of the device. For example, '23m' for -23 megabytes. The VN device will round the size up to a machine page boundry. +23 megabytes. The VN device will round the size up to a machine page boundary. Filesystems up to 7.9 terrabytes are supported. When specified along with a regular file, this option overrides the regular file's size insofar as VN is concerned. @@ -193,7 +193,7 @@ A configuration file contains one line per device/file pair in the form: special_file regular_file [ feature ] .Ed .Pp -where fields are seperated by white space. +where fields are separated by white space. The previously described action options serve to configure, enable, disable or unconfigure all devices in the configuration file. .Sh FILES @@ -239,7 +239,7 @@ and using the VN configuration already stored in the file rather then relabeling and recreating the filesystem. It is even possible to fsck the VN partitions that previously contained filesystems. .Pp -.Dl vnconfig -e -s labels,reserve -S 400m vn0 +.Dl vnconfig -e -s labels,reserve -S 400m vn1 .Dl disklabel -r -w vn1 auto .Dl newfs /dev/rvn1c .Dl mount /dev/vn1c /usr/obj