summaryrefslogtreecommitdiff
path: root/share/man/man4
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2013-03-21 22:04:48 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2013-03-21 22:04:48 +0000
commit6b085c3ced7235fd3f0f99032f3dabf8a724d736 (patch)
treebca2f958d87b86a83d9361b774d77f008b1414df /share/man/man4
parentf9c386fedf58f64b4dd7c151b5c7dee2bd4937a2 (diff)
NKMEMPAGES_MIN went away a long time ago. wording help from jmc.
Diffstat (limited to 'share/man/man4')
-rw-r--r--share/man/man4/options.414
1 files changed, 5 insertions, 9 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4
index 8a370675b90..5d1b1ccf8de 100644
--- a/share/man/man4/options.4
+++ b/share/man/man4/options.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: options.4,v 1.228 2012/09/19 18:30:03 yasuoka Exp $
+.\" $OpenBSD: options.4,v 1.229 2013/03/21 22:04:47 deraadt Exp $
.\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $
.\"
.\" Copyright (c) 1998 Theo de Raadt
@@ -34,7 +34,7 @@
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\"
-.Dd $Mdocdate: September 19 2012 $
+.Dd $Mdocdate: March 21 2013 $
.Dt OPTIONS 4
.Os
.Sh NAME
@@ -611,7 +611,6 @@ is zero, the hardware realtime clock device is not in Daylight Saving Time.
.Pp
.It Cd option NKMEMPAGES= Ns Ar value
.It Cd option NKMEMPAGES_MAX= Ns Ar value
-.It Cd option NKMEMPAGES_MIN= Ns Ar value
Size of kernel malloc area in PAGE_SIZE-sized logical pages.
This area is covered by the kernel submap
.Em kmem_map .
@@ -625,13 +624,10 @@ variable
See
.Pa /usr/include/machine/param.h
for the default upper and lower bounds.
-The related options
-.Sq NKMEMPAGES_MIN
-and
+The related option
.Sq NKMEMPAGES_MAX
-allow the bounds to be overridden in the kernel configuration file.
-These options are provided in the event the computed value is
-insufficient resulting in an
+allow the bounds to be overridden in the kernel configuration file
+in the event the computed value is insufficient resulting in an
.Dq out of space in kmem_map
panic.
.Pp