Typo in example: 'vn0' should be 'vn1'
'boundry' --> 'boundary' 'seperated' --> 'separated' PR: 16623 Submitted by: Munehiro Matsuda <haro@tk.kubota.co.jp>
This commit is contained in:
parent
51b5739aaf
commit
cf2d6bbc58
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user