Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 06/13/2001 11:18:31
Module Name:	basesrc
Committed By:	lukem
Date:		Wed Jun 13 08:18:31 UTC 2001

Modified Files:
	basesrc/usr.bin/vmstat: vmstat.c

Log Message:
when printing "avm fre" fields, use " %5ld %5ld " instead of "%6ld%6ld ",
because it's better to slightly right-shift the display than run numbers
together when you've got > 99999KB avm or fre.


To generate a diff of this commit:
cvs rdiff -r1.81 -r1.82 basesrc/usr.bin/vmstat/vmstat.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.