docs/153614: top(1) man page formatting error

Sergey Kandaurov pluknet at freebsd.org
Sun Jan 2 17:00:30 UTC 2011


The following reply was made to PR docs/153614; it has been noted by GNATS.

From: Sergey Kandaurov <pluknet at freebsd.org>
To: bug-followup at FreeBSD.org, jclear at 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



More information about the freebsd-doc mailing list