summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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