diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-05-12 07:36:59 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-05-12 07:36:59 +0000 |
| commit | 01d3e1c00d8498fb017c7488df751091084b6f61 (patch) | |
| tree | 2fd51c4652126f3f1879822ea681af6849594953 | |
| parent | 566080063262bc0032946bd7f5406548c1130e2f (diff) | |
Notes
| -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 aa10d27576743..462797ce717d5 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"); |
