[Bug 191976] New: [patch] vmstat(8): fix formatting to fit in 80 cols

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jul 20 00:54:36 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191976

            Bug ID: 191976
           Summary: [patch] vmstat(8): fix formatting to fit in 80 cols
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Many People
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: akosela at andykosela.com

Created attachment 144803
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=144803&action=edit
vmstat.diff

vmstat(8): fix formatting to fit in 80 cols.  

Fix formatting so that it looks cleaner on standard 80 cols displays and it's
not wrapping so often.

---------------------------------[BEFORE]----------------------------------------
zork $ vmstat    
 procs      memory      page                    disks     faults         cpu
 r b w     avm    fre   flt  re  pi  po    fr  sr ad0 cd0   in   sy   cs us sy
i
d
 1 0 0    446M    70M    16   0   0   0    17   5   0   0  407  188  141  0  0
1
00

---------------------------------[AFTER]-----------------------------------------
zork $ vmstat
 procs     memory      page                    disks     faults        cpu
 r b w     avm    fre  flt  re  pi  po  fr  sr ad0 cd0   in    sy   cs us sy id
 1 0 0    446M    70M   16   0   0   0  17   5   0   0  407   187  141  0  0
100

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list