summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
diff options
context:
space:
mode:
authorzont <zont@FreeBSD.org>2013-07-26 02:00:06 +0000
committerzont <zont@FreeBSD.org>2013-07-26 02:00:06 +0000
commitd47da97be70ed73cd188e0039c5ccdeb27f3bb23 (patch)
treeaede5d53a6918f593a24db99a8491d9cf778d70a /lib/libc/gen
parent34504eb8a950687bf141e5748ab804c903d3ed3c (diff)
downloadFreeBSD-src-d47da97be70ed73cd188e0039c5ccdeb27f3bb23.zip
FreeBSD-src-d47da97be70ed73cd188e0039c5ccdeb27f3bb23.tar.gz
Remove define and documentation for vm_pageout_algorithm missed in r253587
Diffstat (limited to 'lib/libc/gen')
-rw-r--r--lib/libc/gen/sysctl.34
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3
index d689b7c..7d7b90a 100644
--- a/lib/libc/gen/sysctl.3
+++ b/lib/libc/gen/sysctl.3
@@ -735,7 +735,6 @@ privilege may change the value.
.It Sy "Second level name Type Changeable"
.It "VM_LOADAVG struct loadavg no"
.It "VM_TOTAL struct vmtotal no"
-.It "VM_PAGEOUT_ALGORITHM integer yes"
.It "VM_SWAPPING_ENABLED integer maybe"
.It "VM_V_CACHE_MAX integer yes"
.It "VM_V_CACHE_MIN integer yes"
@@ -754,9 +753,6 @@ The returned data consists of a
Return the system wide virtual memory statistics.
The returned data consists of a
.Va struct vmtotal .
-.It Li VM_PAGEOUT_ALGORITHM
-0 if the statistics-based page management algorithm is in use
-or 1 if the near-LRU algorithm is in use.
.It Li VM_SWAPPING_ENABLED
1 if process swapping is enabled or 0 if disabled.
This variable is
OpenPOWER on IntegriCloud