Subject: CVS commit: basesrc/usr.bin/systat
To: None <source-changes@netbsd.org>
From: David Brownlee <abs@netbsd.org>
List: source-changes
Date: 08/08/2002 20:06:33
Module Name:	basesrc
Committed By:	abs
Date:		Thu Aug  8 17:06:32 UTC 2002

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

Log Message:
introduce puthumanint() which calls humanize_number(), and use to
display disk transfer values (Suggested by Simon Burge). Also clip
%busy to 100 and display as an int which has the useful side effect
of stopping it overflowing into the next column (100.0).


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 basesrc/usr.bin/systat/Makefile
cvs rdiff -r1.40 -r1.41 basesrc/usr.bin/systat/vmstat.c

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