diff options
author | Marcel Moolenaar <marcel@FreeBSD.org> | 2015-03-04 02:56:32 +0000 |
---|---|---|
committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2015-03-04 02:56:32 +0000 |
commit | 315ca438f31b53bbfc2b6e4a32ebc432ca4b0233 (patch) | |
tree | 0a15fcc9853b550d9d7fcc1503b2a15143f617c3 /usr.bin/netstat/if.c | |
parent | 4e56f964402423b5c4e5116902d4f394d29c9d8a (diff) | |
download | src-315ca438f31b53bbfc2b6e4a32ebc432ca4b0233.tar.gz src-315ca438f31b53bbfc2b6e4a32ebc432ca4b0233.zip |
Notes
Diffstat (limited to 'usr.bin/netstat/if.c')
-rw-r--r-- | usr.bin/netstat/if.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/netstat/if.c b/usr.bin/netstat/if.c index 6a9fc11df9a7..cc8405e602b9 100644 --- a/usr.bin/netstat/if.c +++ b/usr.bin/netstat/if.c @@ -422,7 +422,7 @@ intpr(int interval, void (*pfunc)(char *), int af) show_stat("lu", 8, "received-packets", IFA_STAT(ipackets), link|network); show_stat("lu", 5, "received-errors", IFA_STAT(ierrors), link); - show_stat("lu", 5, "dropped-packet", IFA_STAT(iqdrops), link); + show_stat("lu", 5, "dropped-packets", IFA_STAT(iqdrops), link); if (bflag) show_stat("lu", 10, "received-bytes", IFA_STAT(ibytes), link|network); |