freebsd-dev/usr.sbin/iostat
Adrian Chadd ab8ac08e14 Fix the device name spacing.
The old logic padded the device name out but assumed the unit number was one digit
long; this fails for things like SATA devices which (for me) begin at ad10.

Assemble the full device name in a temporary buffer and then calcluate padding
based on that string.
2008-09-11 09:55:54 +00:00
..
iostat.8
iostat.c Fix the device name spacing. 2008-09-11 09:55:54 +00:00
Makefile