summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authormarck <marck@FreeBSD.org>2006-08-18 10:15:01 +0000
committermarck <marck@FreeBSD.org>2006-08-18 10:15:01 +0000
commit0d5e6d6efe4a77bf79e39e3562ebd7e1f76762fc (patch)
tree808fa8419d42cc6fedb5c3136349ec319a101ada /sys/boot
parentcc4fa44dc4a1dc2ebf32cfa02ffb07b8eb239cdf (diff)
downloadFreeBSD-src-0d5e6d6efe4a77bf79e39e3562ebd7e1f76762fc.zip
FreeBSD-src-0d5e6d6efe4a77bf79e39e3562ebd7e1f76762fc.tar.gz
kern.ipc.nmbclusters is sysctl, not compile-time option. Change Dv to Va.
Touch .Dd. Pointed out by: ru MFC after: 1 week
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/common/loader.86
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/boot/common/loader.8 b/sys/boot/common/loader.8
index 0196c52..e17f886 100644
--- a/sys/boot/common/loader.8
+++ b/sys/boot/common/loader.8
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd September 22, 2005
+.Dd August 18, 2006
.Dt LOADER 8
.Os
.Sh NAME
@@ -532,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 kern.ipc.nmbclusters .
+.Va kern.ipc.nmbclusters .
Modifies
.Dv VM_SWZONE_SIZE_MAX .
.It Va kern.maxbcache
@@ -545,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 kern.ipc.nmbclusters .
+.Va kern.ipc.nmbclusters .
Note that
the NBUF parameter will override this limit.
Modifies
OpenPOWER on IntegriCloud