Remove references to the 'count' argument, as it is no longer needed (and

if present, simply ignored).
This commit is contained in:
cube 2006-02-01 03:22:14 +00:00
parent 6527a45571
commit d7843c9990
1 changed files with 4 additions and 12 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: vnd.4,v 1.13 2005/07/29 19:11:16 xtraeme Exp $
.\" $NetBSD: vnd.4,v 1.14 2006/02/01 03:22:14 cube Exp $
.\"
.\" Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -34,14 +34,14 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd July 29, 2005
.Dd February 1, 2006
.Dt VND 4
.Os
.Sh NAME
.Nm vnd
.Nd vnode disk driver
.Sh SYNOPSIS
.Cd "pseudo-device vnd" Op Ar count
.Cd "pseudo-device vnd"
.Cd "options VND_COMPRESSION
.Sh DESCRIPTION
The
@ -57,17 +57,9 @@ configuration file.
In order to compile in support for the vnd, you must add a line similar
to the following to your kernel configuration file:
.Bd -unfilled -offset indent
pseudo-device vnd 4 # vnode disk driver
pseudo-device vnd # vnode disk driver
.Ed
.Pp
The
.Ar count
argument is how many
.Nm vnd Ns s
memory is allocated for at boot time.
In this example, no more than 4
.Nm vnd Ns s
may be configured.
To also compile in support for reading compressed disk images,
add the following option to your kernel config file:
.Bd -unfilled -offset indent