summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/inet.c
diff options
context:
space:
mode:
authorRyan Thomas McBride <mcbride@cvs.openbsd.org>2003-12-27 23:17:35 +0000
committerRyan Thomas McBride <mcbride@cvs.openbsd.org>2003-12-27 23:17:35 +0000
commit643c09f60553aea1a28e30d148c204bc5d874b04 (patch)
treeaee70bdefb926dd65d504769c7235ad06e918669 /usr.bin/netstat/inet.c
parentcd544e9bf5e74df8daef28ada7a93b3a0ad4a35f (diff)
Fix cut-n-paste oversight in pfsync_stats().
Diffstat (limited to 'usr.bin/netstat/inet.c')
-rw-r--r--usr.bin/netstat/inet.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/netstat/inet.c b/usr.bin/netstat/inet.c
index 622c31a6740..85b5bdfac77 100644
--- a/usr.bin/netstat/inet.c
+++ b/usr.bin/netstat/inet.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: inet.c,v 1.76 2003/12/22 22:25:34 mickey Exp $ */
+/* $OpenBSD: inet.c,v 1.77 2003/12/27 23:17:34 mcbride Exp $ */
/* $NetBSD: inet.c,v 1.14 1995/10/03 21:42:37 thorpej Exp $ */
/*
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "from: @(#)inet.c 8.4 (Berkeley) 4/20/94";
#else
-static char *rcsid = "$OpenBSD: inet.c,v 1.76 2003/12/22 22:25:34 mickey Exp $";
+static char *rcsid = "$OpenBSD: inet.c,v 1.77 2003/12/27 23:17:34 mcbride Exp $";
#endif
#endif /* not lint */
@@ -916,7 +916,7 @@ pfsync_stats(u_long off, char *name)
p(pfsyncs_ipackets, "\t%u packet%s received (IPv4)\n");
p(pfsyncs_ipackets6, "\t%u packet%s received (IPv6)\n");
p(pfsyncs_badif, "\t\t%u packet%s discarded for bad interface\n");
- p(pfsyncs_badttl, "\t\t%u packet%s discarded for bad interface\n");
+ p(pfsyncs_badttl, "\t\t%u packet%s discarded for bad ttl\n");
p(pfsyncs_hdrops, "\t\t%u packet%s shorter than header\n");
p(pfsyncs_badver, "\t\t%u discarded packet%s with a bad version\n");
p(pfsyncs_badact, "\t\t%u discarded packet%s with a bad action\n");