diff options
author | ru <ru@FreeBSD.org> | 2004-05-12 07:36:59 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-05-12 07:36:59 +0000 |
commit | 11a1318135d14e179519f7006521a0be6b9baa99 (patch) | |
tree | 2fd51c4652126f3f1879822ea681af6849594953 /usr.bin/netstat/inet.c | |
parent | ddc2fcfc4ff9ceeb161513a4c563d78e0b6e789e (diff) | |
download | FreeBSD-src-11a1318135d14e179519f7006521a0be6b9baa99.zip FreeBSD-src-11a1318135d14e179519f7006521a0be6b9baa99.tar.gz |
Output style nit.
Diffstat (limited to 'usr.bin/netstat/inet.c')
-rw-r--r-- | usr.bin/netstat/inet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/netstat/inet.c b/usr.bin/netstat/inet.c index aa10d27..462797c 100644 --- a/usr.bin/netstat/inet.c +++ b/usr.bin/netstat/inet.c @@ -415,7 +415,7 @@ tcp_stats(u_long off __unused, const char *name, int af1 __unused) p(tcps_accepts, "\t%lu connection accept%s\n"); p(tcps_badsyn, "\t%lu bad connection attempt%s\n"); p(tcps_listendrop, "\t%lu listen queue overflow%s\n"); - p(tcps_badrst, "\t%lu Ignored RSTs in the window%s\n"); + p(tcps_badrst, "\t%lu ignored RSTs in the window%s\n"); p(tcps_connects, "\t%lu connection%s established (including accepts)\n"); p2(tcps_closed, tcps_drops, "\t%lu connection%s closed (including %lu drop%s)\n"); |