summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/sysctl.2
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/sysctl.2')
-rw-r--r--lib/libc/sys/sysctl.212
1 files changed, 7 insertions, 5 deletions
diff --git a/lib/libc/sys/sysctl.2 b/lib/libc/sys/sysctl.2
index cd548d7c921..23cbdbed41f 100644
--- a/lib/libc/sys/sysctl.2
+++ b/lib/libc/sys/sysctl.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysctl.2,v 1.16 2018/11/19 16:12:06 tedu Exp $
+.\" $OpenBSD: sysctl.2,v 1.17 2018/11/21 09:22:58 jmc Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: November 19 2018 $
+.Dd $Mdocdate: November 21 2018 $
.Dt SYSCTL 2
.Os
.Sh NAME
@@ -2160,9 +2160,11 @@ Return the load average history.
The returned data consists of a
.Li struct loadavg .
.It Dv VM_MALLOC_CONF Pq Va vm.malloc_conf
-The
-.Xr malloc.conf 5
-option string.
+String of option flags for the
+.Xr malloc 3
+family of functions
+which will be applied to all programs starting in the future.
+The string contains a maximum of 15 characters.
.It Dv VM_MAXSLP Pq Va vm.maxslp
The time for a process to be blocked before being swappable,
in seconds.