kern.ipc.nmbclusters is sysctl, not compile-time option. Change Dv to Va.

Touch .Dd.

Pointed out by:	ru
MFC after:	1 week
This commit is contained in:
Dmitry Morozovsky 2006-08-18 10:15:01 +00:00
parent 97c9f9ff21
commit 6bf0d59557
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=161431

View File

@ -24,7 +24,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd September 22, 2005 .Dd August 18, 2006
.Dt LOADER 8 .Dt LOADER 8
.Os .Os
.Sh NAME .Sh NAME
@ -532,7 +532,7 @@ Only mess around with
this parameter if you need to greatly extend the this parameter if you need to greatly extend the
KVM reservation for other resources such as the KVM reservation for other resources such as the
buffer cache or buffer cache or
.Dv kern.ipc.nmbclusters . .Va kern.ipc.nmbclusters .
Modifies Modifies
.Dv VM_SWZONE_SIZE_MAX . .Dv VM_SWZONE_SIZE_MAX .
.It Va kern.maxbcache .It Va kern.maxbcache
@ -545,7 +545,7 @@ KVM in large-memory machine configurations.
Only mess around with this parameter if you need to Only mess around with this parameter if you need to
greatly extend the KVM reservation for other resources greatly extend the KVM reservation for other resources
such as the swap zone or such as the swap zone or
.Dv kern.ipc.nmbclusters . .Va kern.ipc.nmbclusters .
Note that Note that
the NBUF parameter will override this limit. the NBUF parameter will override this limit.
Modifies Modifies