summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vnconfig
diff options
context:
space:
mode:
authorgsutter <gsutter@FreeBSD.org>2000-02-17 02:54:36 +0000
committergsutter <gsutter@FreeBSD.org>2000-02-17 02:54:36 +0000
commit48575198278a48629e0d7fede75873331148bd6a (patch)
tree87e7a4227fac5a06d904fae76c131e4ae8b6868e /usr.sbin/vnconfig
parent8564307eff91ba475563b039cbe2edd8d69cdb97 (diff)
downloadFreeBSD-src-48575198278a48629e0d7fede75873331148bd6a.zip
FreeBSD-src-48575198278a48629e0d7fede75873331148bd6a.tar.gz
Typo in example: 'vn0' should be 'vn1'
'boundry' --> 'boundary' 'seperated' --> 'separated' PR: 16623 Submitted by: Munehiro Matsuda <haro@tk.kubota.co.jp>
Diffstat (limited to 'usr.sbin/vnconfig')
-rw-r--r--usr.sbin/vnconfig/vnconfig.86
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/vnconfig/vnconfig.8 b/usr.sbin/vnconfig/vnconfig.8
index a8199d2..c9825c9 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
OpenPOWER on IntegriCloud