Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 Jan 2001 13:37:21 +0200
From:      Sheldon Hearn <sheldonh@uunet.co.za>
To:        Matt Dillon <dillon@freebsd.org>
Cc:        cvs-committers@freebsd.org, cvs-all@freebsd.org
Subject:   Re: cvs commit: src/usr.sbin/vnconfig vnconfig.c 
Message-ID:  <33840.978435441@axl.fw.uunet.co.za>
In-Reply-To: Your message of "Sat, 30 Dec 2000 17:27:56 PST." <200012310127.eBV1RuZ90202@freefall.freebsd.org> 

next in thread | previous in thread | raw e-mail | index | archive | help


On Sat, 30 Dec 2000 17:27:56 PST, Matt Dillon wrote:

>   Modified files:
>     usr.sbin/vnconfig    vnconfig.c 
>   Log:
>   Imply -c when -S is specified, so 'vnconfig -s reserve -S 4 vn1' configures
>   the device as expected.

You probably want something like the attached patch to the manual page.

Ciao,
Sheldon.

Index: vnconfig.8
===================================================================
RCS file: /home/ncvs/src/usr.sbin/vnconfig/vnconfig.8,v
retrieving revision 1.19
diff -u -d -r1.19 vnconfig.8
--- vnconfig.8	2000/12/27 15:30:29	1.19
+++ vnconfig.8	2001/01/02 11:36:07
@@ -140,7 +140,10 @@
 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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?33840.978435441>