Output style nit.

This commit is contained in:
Ruslan Ermilov 2004-05-12 07:36:59 +00:00
parent 5660800632
commit 01d3e1c00d

View File

@ -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");