From 3be18423c169b93d7d8e8591df0ec95c8ed4e5e2 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 16 Oct 2007 11:29:13 +0000 Subject: [PATCH] VM_METER is long deprecated. --- lib/libc/gen/sysctl.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 848b82eb279..ebf7dfbdb6d 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -742,7 +742,7 @@ privilege may change the value. .Bl -column "Second level nameXXXXXX" "struct loadavgXXX" -offset indent .It Sy "Second level name Type Changeable" .It "VM_LOADAVG struct loadavg no" -.It "VM_METER struct vmtotal 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" @@ -759,7 +759,7 @@ privilege may change the value. Return the load average history. The returned data consists of a .Va struct loadavg . -.It Li VM_METER +.It Li VM_TOTAL Return the system wide virtual memory statistics. The returned data consists of a .Va struct vmtotal .