diff options
author | marck <marck@FreeBSD.org> | 2006-08-18 08:03:06 +0000 |
---|---|---|
committer | marck <marck@FreeBSD.org> | 2006-08-18 08:03:06 +0000 |
commit | 908b7097ec72d64addce777a0931f64df2095cb3 (patch) | |
tree | de8d3522ecf5ac4de126f47d17c1d2ecadb3155a /sys/boot/common/help.common | |
parent | d22da695acb1e926d0cd37c4143fc1c84ae4bf09 (diff) | |
download | FreeBSD-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/common/help.common')
-rw-r--r-- | sys/boot/common/help.common | 2 |
1 files changed, 1 insertions, 1 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 |