diff options
author | ru <ru@FreeBSD.org> | 2007-10-16 11:29:13 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2007-10-16 11:29:13 +0000 |
commit | 2a149a8e097c4c49825e5c0bf357c3414f557c7f (patch) | |
tree | 4be0782aeda62d9b315570bb8e8b277c9dd191b4 /lib | |
parent | ba7b4c3f12b6d524914203f4437f06e704e30421 (diff) | |
download | FreeBSD-src-2a149a8e097c4c49825e5c0bf357c3414f557c7f.zip FreeBSD-src-2a149a8e097c4c49825e5c0bf357c3414f557c7f.tar.gz |
VM_METER is long deprecated.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 848b82e..ebf7dfb 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 . |