Date: Mon, 1 May 2006 07:02:52 +0000 (UTC) From: Bruce Evans <bde@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/systat systat.1 vmstat.c Message-ID: <200605010702.k4172qgW036683@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2006-05-01 07:02:52 UTC
FreeBSD src repository
Modified files:
usr.bin/systat systat.1 vmstat.c
Log:
For the vmstat sub-display:
vmstat.c:
Move totfr to be under daefr and prcfr since it logically belongs there.
Move all the count fields (wire, act, inact, cache and free) to near
the bottom of the sub-display (after all the rate fields) to reduce
competition with adjoining sub-displays.
systat.1:
Move things as above.
Attempt to improve missing and poor wording in the description of the
fields. The long sentence was hard to parse and didn't say anything
about the different units.
Increment .Dd.
Revision Changes Path
1.51 +21 -12 src/usr.bin/systat/systat.1
1.80 +24 -24 src/usr.bin/systat/vmstat.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605010702.k4172qgW036683>
