summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authormarck <marck@FreeBSD.org>2006-08-18 08:03:06 +0000
committermarck <marck@FreeBSD.org>2006-08-18 08:03:06 +0000
commit908b7097ec72d64addce777a0931f64df2095cb3 (patch)
treede8d3522ecf5ac4de126f47d17c1d2ecadb3155a /sys/boot
parentd22da695acb1e926d0cd37c4143fc1c84ae4bf09 (diff)
downloadFreeBSD-src-908b7097ec72d64addce777a0931f64df2095cb3.zip
FreeBSD-src-908b7097ec72d64addce777a0931f64df2095cb3.tar.gz
Remove references to NMBCLUSTERS which is obsoleted.
PR: 100427 Approved by: maxim MFC after: 1 week
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/common/help.common2
-rw-r--r--sys/boot/common/loader.86
2 files changed, 3 insertions, 5 deletions
diff --git a/sys/boot/common/help.common b/sys/boot/common/help.common
index ce78718..3f4bc96 100644
--- a/sys/boot/common/help.common
+++ b/sys/boot/common/help.common
@@ -294,7 +294,7 @@
Various kernel tunable parameters can be overridden by specifying new
values in the environment.
- set kern.ipc.nmbclusters=<value> NMBCLUSTERS
+ set kern.ipc.nmbclusters=<value>
Set the number of mbuf clusters to be allocated. The value
cannot be set below the default determined when the kernel
diff --git a/sys/boot/common/loader.8 b/sys/boot/common/loader.8
index fb7ae59..0196c52 100644
--- a/sys/boot/common/loader.8
+++ b/sys/boot/common/loader.8
@@ -509,8 +509,6 @@ compile-time configuration file.
Set the number of mbuf clusters to be allocated.
The value cannot be set below the default
determined when the kernel was compiled.
-Modifies
-.Dv NMBCLUSTERS .
.It Va kern.ipc.nsfbufs
Set the number of
.Xr sendfile 2
@@ -534,7 +532,7 @@ Only mess around with
this parameter if you need to greatly extend the
KVM reservation for other resources such as the
buffer cache or
-.Dv NMBCLUSTERS .
+.Dv kern.ipc.nmbclusters .
Modifies
.Dv VM_SWZONE_SIZE_MAX .
.It Va kern.maxbcache
@@ -547,7 +545,7 @@ KVM in large-memory machine configurations.
Only mess around with this parameter if you need to
greatly extend the KVM reservation for other resources
such as the swap zone or
-.Dv NMBCLUSTERS .
+.Dv kern.ipc.nmbclusters .
Note that
the NBUF parameter will override this limit.
Modifies
OpenPOWER on IntegriCloud