diff options
author | jhb <jhb@FreeBSD.org> | 2012-06-27 12:30:56 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2012-06-27 12:30:56 +0000 |
commit | 06bb0a92994f0591683085b0d88c024087023325 (patch) | |
tree | b6605a6032ebe0a3566b20f6e8f5b9ee2fc456bd /usr.bin/top | |
parent | 7cab9b6ff7766bfd20706f3fdde0933415de504e (diff) | |
download | FreeBSD-src-06bb0a92994f0591683085b0d88c024087023325.zip FreeBSD-src-06bb0a92994f0591683085b0d88c024087023325.tar.gz |
Clarify that the cached file data pages included in the "Wired" count
in top are the BIO-level cached data (i.e. "Buf"), since the previous
phrase was a bit ambiguous with the "Cache" count.
MFC after: 3 days
Diffstat (limited to 'usr.bin/top')
-rw-r--r-- | usr.bin/top/top.local.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/top/top.local.1 b/usr.bin/top/top.local.1 index f3b0146..a674828 100644 --- a/usr.bin/top/top.local.1 +++ b/usr.bin/top/top.local.1 @@ -24,7 +24,7 @@ number of bytes active number of bytes inactive .TP .B Wired: -number of bytes wired down, including cached file data pages +number of bytes wired down, including BIO-level cached file data pages .TP .B Cache: number of clean bytes caching data that are available for |