]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fixed style bugs in rev.1.12. Rev.1.12 arranged to display the interrupt
authorBruce Evans <bde@FreeBSD.org>
Tue, 14 Feb 2006 05:37:25 +0000 (05:37 +0000)
committerBruce Evans <bde@FreeBSD.org>
Tue, 14 Feb 2006 05:37:25 +0000 (05:37 +0000)
commit10a84fd9f732e4c7dd0d8d226050d4f2d07035dd
treec23cf0646a787a6ca464d674646d1ef861a7bd5a
parentef716ed80554705f02f6d0f7f3b80ef975f5836b
Fixed style bugs in rev.1.12.  Rev.1.12 arranged to display the interrupt
number in more cases by stealing 2 characters from the count field to
give more space in the descriptor field, but it did the column adjustments
for this strangely using an off-by-2 error in the base column and
compensating off-by-2 errors in 6 offsets from the base column (4 new
errors and 2 from not changing the offsets that actually changed).

Print the "Interrupts" header directly at its offset from the base column
instead of spacing it half using the offset and half by printing a space
character.
usr.bin/systat/vmstat.c