diff options
author | Mats O Jansson <maja@cvs.openbsd.org> | 2002-02-17 23:01:20 +0000 |
---|---|---|
committer | Mats O Jansson <maja@cvs.openbsd.org> | 2002-02-17 23:01:20 +0000 |
commit | b569c5852f5e4f0aa2ddc260601cd6dfad2c2c91 (patch) | |
tree | fcfc95b1bb2edb77f0e6206eefb803df7f40bd69 /usr.sbin/config/config.8 | |
parent | 7beb673ee2a6f26cb92ffbcee12d36dd3f705fd8 (diff) |
Patch from Daniel Lucq <daniel@lucq.org>
The patch allows you to change the value of NMBCLUSTERS, BUFCACHEPERCENT
and NKMEMPAGES using the config command, instead of recompiling the kernel.
This is the userland part of the patch. I have compiled it on i386, sparc64,
alpha and macppc. -moj ok art@ maja@
Diffstat (limited to 'usr.sbin/config/config.8')
-rw-r--r-- | usr.sbin/config/config.8 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/usr.sbin/config/config.8 b/usr.sbin/config/config.8 index 3e2796707b9..f89fdcb227e 100644 --- a/usr.sbin/config/config.8 +++ b/usr.sbin/config/config.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: config.8,v 1.26 2002/02/07 22:45:42 aaron Exp $ +.\" $OpenBSD: config.8,v 1.27 2002/02/17 23:01:19 maja Exp $ .\" $NetBSD: config.8,v 1.10 1996/08/31 20:58:16 mycroft Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -348,6 +348,15 @@ Change the .Va tz timezone structure. Without arguments, displays its current value. +.It Ic nmbclust Op Ar number +Change the NMBCLUSTERS value. +Without arguments, displays its current value. +.It Ic cachepct Op Ar number +Change the BUFCACHEPERCENT value. +Without arguments, displays its current value. +.It Ic nkmempg Op Ar number +Change the NKMEMPAGES value. +Without arguments, displays its current value. .El .Sh EXAMPLES (First synopsis) A custom kernel is built in the following way. |