summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2019-05-05 17:41:39 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2019-05-05 17:41:39 +0000
commit4a5ca217aa016a974733a4d25ab9c91c4c2e145e (patch)
treec66324eaec0202ada81f3ddac7d935b9c7e36dd3 /lib/libc
parentd54b12896648e974c02b964d6aa94c37a3ff0369 (diff)
kern.bufcachepercent is actually for dma-reachable memory.
While here, stop describing the default (wrong place to be so specific)
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/sysctl.27
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/sys/sysctl.2 b/lib/libc/sys/sysctl.2
index 04252746d2e..92b8673154b 100644
--- a/lib/libc/sys/sysctl.2
+++ b/lib/libc/sys/sysctl.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysctl.2,v 1.23 2019/04/21 16:02:45 anton Exp $
+.\" $OpenBSD: sysctl.2,v 1.24 2019/05/05 17:41:38 deraadt 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: April 21 2019 $
+.Dd $Mdocdate: May 5 2019 $
.Dt SYSCTL 2
.Os
.Sh NAME
@@ -534,8 +534,7 @@ A
structure is returned.
This structure contains the time that the system was booted.
.It Dv KERN_CACHEPCT Pq Va kern.bufcachepercent
-The maximum percentage of physical memory the buffer cache may use;
-the default is 80%.
+The maximum percentage of dma-reachable physical memory the buffer cache may use.
.It Dv KERN_CCPU Pq Va kern.ccpu
The scheduler exponential decay value.
.It Dv KERN_CLOCKRATE Pq Va kern.clockrate