svn commit: r218696 - stable/7/usr.bin/top
Giorgos Keramidas
keramida at FreeBSD.org
Tue Feb 15 06:34:30 UTC 2011
Author: keramida (doc committer)
Date: Tue Feb 15 06:34:30 2011
New Revision: 218696
URL: http://svn.freebsd.org/changeset/base/218696
Log:
MFC 217746 from /head/usr.bin/top
Touch up the sample memory usage numbers a bit, to avoid wrapping
on terminal boundary. While here add definition for ’G’ and fix
the indentation of ’K’ units.
Submitted by: plunket
PR: docs/153614
Modified:
stable/7/usr.bin/top/top.local.1
Directory Properties:
stable/7/usr.bin/top/ (props changed)
Modified: stable/7/usr.bin/top/top.local.1
==============================================================================
--- stable/7/usr.bin/top/top.local.1 Tue Feb 15 06:33:35 2011 (r218695)
+++ stable/7/usr.bin/top/top.local.1 Tue Feb 15 06:34:30 2011 (r218696)
@@ -5,16 +5,19 @@
The '-H' option will toggle the display of kernel visible thread contexts.
At runtime the 'H' key will toggle this mode. The default is OFF.
-.SH DESCRIPTION OF MEMORY
-Mem: 9220K Active, 1032K Inact, 3284K Wired, 1M Cache, 2M Buf, 1320K Free
+.SH DESCRIPTION OF MEMORY
+Mem: 9220K Active, 1M Inact, 3284K Wired, 1M Cache, 2M Buf, 1320K Free
Swap: 91M Total, 79M Free, 13% Inuse, 80K In, 104K Out
-
+.TP
.B K:
Kilobyte
.TP
.B M:
Megabyte
.TP
+.B G:
+Gigabyte
+.TP
.B %:
1/100
.TP
More information about the svn-src-all
mailing list