Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jan 2011 11:08:39 +0000 (UTC)
From:      Giorgos Keramidas <keramida@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r217746 - head/usr.bin/top
Message-ID:  <201101231108.p0NB8d3K053239@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: keramida (doc committer)
Date: Sun Jan 23 11:08:39 2011
New Revision: 217746
URL: http://svn.freebsd.org/changeset/base/217746

Log:
  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
  MFC after:	3 days

Modified:
  head/usr.bin/top/top.local.1

Modified: head/usr.bin/top/top.local.1
==============================================================================
--- head/usr.bin/top/top.local.1	Sun Jan 23 11:08:36 2011	(r217745)
+++ head/usr.bin/top/top.local.1	Sun Jan 23 11:08:39 2011	(r217746)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101231108.p0NB8d3K053239>