diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2001-01-03 10:55:23 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2001-01-03 10:55:23 +0000 |
commit | 64d067196c656c2e0dad22fff5dcbbd0cfbeaab2 (patch) | |
tree | 13a565fcc617893e8bddefa40aa7af014bec69c8 /usr.sbin/vnconfig | |
parent | cde0f52fcd5812252115d58960388f0ea76a22c7 (diff) | |
download | FreeBSD-src-64d067196c656c2e0dad22fff5dcbbd0cfbeaab2.zip FreeBSD-src-64d067196c656c2e0dad22fff5dcbbd0cfbeaab2.tar.gz |
Catch up with rev 1.19 of vnconfig.c .
Diffstat (limited to 'usr.sbin/vnconfig')
-rw-r--r-- | usr.sbin/vnconfig/vnconfig.8 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/vnconfig/vnconfig.8 b/usr.sbin/vnconfig/vnconfig.8 index 89b1b2f..47e0e3d 100644 --- a/usr.sbin/vnconfig/vnconfig.8 +++ b/usr.sbin/vnconfig/vnconfig.8 @@ -140,7 +140,10 @@ The list of allowed flags and their meanings are the same as for the 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 +This option specifies the size of the device and implies the +.Fl c +option. +For example, '23m' for 23 megabytes. The VN device will round the size up to a machine page boundary. Filesystems up to 7.9 terabytes are supported. When specified along with a regular file, this option overrides the regular file's size insofar as |