summaryrefslogtreecommitdiffstats
path: root/share/man/man4/vn.4
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2000-01-17 14:17:28 +0000
committerasmodai <asmodai@FreeBSD.org>2000-01-17 14:17:28 +0000
commit5119ca02c4487d9504c3306a7530cf805807bc7c (patch)
tree39e37b084723e7f0b31deeb5eaa62367a90b8732 /share/man/man4/vn.4
parente8195ca85c3a10f6b962fdf34e86c824461112ae (diff)
downloadFreeBSD-src-5119ca02c4487d9504c3306a7530cf805807bc7c.zip
FreeBSD-src-5119ca02c4487d9504c3306a7530cf805807bc7c.tar.gz
Remove ``count'' argument of the pseudo-devices that do not
use it anymore.
Diffstat (limited to 'share/man/man4/vn.4')
-rw-r--r--share/man/man4/vn.411
1 files changed, 2 insertions, 9 deletions
diff --git a/share/man/man4/vn.4 b/share/man/man4/vn.4
index 8d0ab7c..de343ab 100644
--- a/share/man/man4/vn.4
+++ b/share/man/man4/vn.4
@@ -40,7 +40,7 @@
.Nm vn
.Nd vnode disk driver
.Sh SYNOPSIS
-.Cd "pseudo-device vn" Op Ar count
+.Cd "pseudo-device vn"
.Sh DESCRIPTION
The
.Nm
@@ -63,16 +63,9 @@ In order to compile in support for the
you must add a line similar
to the following to your kernel configuration file:
.Bd -unfilled -offset indent
-pseudo-device vn 4 #Vnode driver
+pseudo-device vn #Vnode driver
.Ed
.Pp
-The
-.Ar count
-argument is how many
-.Nm vn Ns 's
-memory is allocated for a boot time. In this example, no more than 4
-.Nm vn Ns 's
-may be configured.
.Nm
may also exist as a kernel module to be automatically loaded into the
system when you run the vnconfig command for the first time.
OpenPOWER on IntegriCloud