cvs commit: src/usr.bin/vmstat vmstat.c
Bruce Evans
bde at zeta.org.au
Sat Nov 8 22:41:29 PST 2003
On Fri, 7 Nov 2003, John-Mark Gurney wrote:
> jmg 2003/11/07 23:24:03 PST
>
> FreeBSD src repository
>
> Modified files:
> usr.bin/vmstat vmstat.c
> Log:
> fix an overflow bug when scanning for length of names that I introduced in
> the last commit...
>
> include some minor style changes and fixes that bde sent me
>
> Submitted by: bde
Thanks. This also fixes missing backing out of the expansion of the
lower limit on the width of the first column of output from 12 to 14.
A lower limit is not really needed when the minimum width is determined
automatically. Any lower limit should not be gratuitously large, since
the width of the second column is not determined automatically and is
so large that there is already too much white space between the columns.
Bruce
More information about the cvs-src
mailing list