mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 02:20:51 +01:00
Align output.
This commit is contained in:
parent
5240dcdb07
commit
b5f6749117
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152245
@ -416,10 +416,10 @@ intpr(int _interval, u_long ifnetaddr, void (*pfunc)(char *))
|
||||
|
||||
show_stat("lu", 5, collisions, link_layer);
|
||||
if (tflag)
|
||||
show_stat("d", 3, timer, link_layer);
|
||||
show_stat("d", 4, timer, link_layer);
|
||||
|
||||
if (dflag)
|
||||
show_stat("d", 3, drops, link_layer);
|
||||
show_stat("d", 4, drops, link_layer);
|
||||
|
||||
putchar('\n');
|
||||
if (aflag && ifaddrfound) {
|
||||
|
Loading…
Reference in New Issue
Block a user