aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDmitry Morozovsky <marck@FreeBSD.org>2006-08-18 08:03:06 +0000
committerDmitry Morozovsky <marck@FreeBSD.org>2006-08-18 08:03:06 +0000
commit86ddfd1205ce64c84794fc86cc58887077256623 (patch)
treede8d3522ecf5ac4de126f47d17c1d2ecadb3155a /sys
parent39926f1ff323f362ae2ae119a3514492cd164f66 (diff)
Notes
Diffstat (limited to 'sys')
-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 ce787184f4a2..3f4bc960ae17 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 fb7ae59f615b..0196c52c41ae 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