]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
iostat: add a bit of space between tty in/out columns
authorGiorgos Keramidas <keramida@FreeBSD.org>
Sat, 15 Aug 2009 17:57:21 +0000 (17:57 +0000)
committerGiorgos Keramidas <keramida@FreeBSD.org>
Sat, 15 Aug 2009 17:57:21 +0000 (17:57 +0000)
commitbc5980cb6c636a35446e744f2918e398a63710fd
tree20c9c1cd86a59f21c2766d291698097cee145380
parent5ad0a62fe09319301dd33785c7e8d4f764de7c93
iostat: add a bit of space between tty in/out columns

The columns for tty input and output may bump against each other
if the tty output needs more than 5 columns.  Add a bit of space
that pushes everything 1 column to the right, but also avoids the
problem.

Approved by: re (rwatson)
usr.sbin/iostat/iostat.c