diff options
author | 2013-03-22 16:40:24 +0000 | |
---|---|---|
committer | 2013-03-22 16:40:24 +0000 | |
commit | 211de3cfacf84e2fec237ecf5d20f5f2a7d5a678 (patch) | |
tree | 78956c657b591feef3db9febe2d318a7addecc14 | |
parent | decl's before code. please push to upstream. (diff) | |
download | wireguard-openbsd-211de3cfacf84e2fec237ecf5d20f5f2a7d5a678.tar.xz wireguard-openbsd-211de3cfacf84e2fec237ecf5d20f5f2a7d5a678.zip |
there is no lower controllable lower bound for nkmempages
-rw-r--r-- | share/man/man4/options.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index e0abf04f412..7a18924541b 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.230 2013/03/21 23:06:46 jmc Exp $ +.\" $OpenBSD: options.4,v 1.231 2013/03/22 16:40:24 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: March 21 2013 $ +.Dd $Mdocdate: March 22 2013 $ .Dt OPTIONS 4 .Os .Sh NAME @@ -623,7 +623,7 @@ variable .Em vm.nkmempages . See .Pa /usr/include/machine/param.h -for the default upper and lower bounds. +for the default upper bound. The related option .Sq NKMEMPAGES_MAX allows the bounds to be overridden in the kernel configuration file |