Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Jan 2011 17:00:24 GMT
From:      Sergey Kandaurov <pluknet@freebsd.org>
To:        freebsd-doc@FreeBSD.org
Subject:   Re: docs/153614: top(1) man page formatting error
Message-ID:  <201101021700.p02H0OTJ038344@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/153614; it has been noted by GNATS.

From: Sergey Kandaurov <pluknet@freebsd.org>
To: bug-followup@FreeBSD.org, jclear@speakeasy.net
Cc:  
Subject: Re: docs/153614: top(1) man page formatting error
Date: Sun, 2 Jan 2011 19:56:30 +0300

 I'd like to commit the next patch.
 
 Touch up numbers in exemplary information about system memory
 allocation to not wrap the resulting output string on terminal boundary.
 While here, add definition for G and fix indentation for the K definition.
 
 Index: usr.bin/top/top.local.1
 ===================================================================
 --- usr.bin/top/top.local.1     (revision 216594)
 +++ usr.bin/top/top.local.1     (working copy)
 @@ -6,15 +6,18 @@
  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
 +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?201101021700.p02H0OTJ038344>