From b4e5f9c9740505b3db333a8199667c3cb82daf4d Mon Sep 17 00:00:00 2001 From: ru Date: Sat, 1 Sep 2007 05:52:39 +0000 Subject: Fix the description of the "Cache" memory and clarify the description of the "Inact" memory. (They count pages in the cache/inactive page queues, respectively.) Approved by: re (kensmith) --- usr.bin/top/top.local.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/top/top.local.1') diff --git a/usr.bin/top/top.local.1 b/usr.bin/top/top.local.1 index 75489b7..91ac3ed 100644 --- a/usr.bin/top/top.local.1 +++ b/usr.bin/top/top.local.1 @@ -22,13 +22,13 @@ Megabyte number of pages active .TP .B Inact: -number of pages inactive +number of dirty inactive pages .TP .B Wired: number of pages wired down, including cached file data pages .TP .B Cache: -number of pages used for VM-level disk caching +number of pages cached (clean inactive pages) .TP .B Buf: number of pages used for BIO-level disk caching -- cgit v1.1