From cd9e5d43333c859edb77604be9ca8f4c44dac35c Mon Sep 17 00:00:00 2001 From: Kajetan Staszkiewicz Date: Tue, 7 Feb 2023 22:50:09 +0100 Subject: [PATCH] netstat: fix pfsync stats spelling Reviewed by: mjg --- usr.bin/netstat/if.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/netstat/if.c b/usr.bin/netstat/if.c index 5ba4f3afc67..ea0a81692d0 100644 --- a/usr.bin/netstat/if.c +++ b/usr.bin/netstat/if.c @@ -153,7 +153,7 @@ pfsync_stats(u_long off, const char *name, int af1 __unused, int proto __unused) "{N:/packet%s received (IPv6)}\n"); pfsync_acts_stats("input-histogram", "received", &pfsyncstat.pfsyncs_iacts[0]); - p(pfsyncs_badif, "\t\t/{:dropped-bad-interface/%ju} " + p(pfsyncs_badif, "\t\t{:dropped-bad-interface/%ju} " "{N:/packet%s discarded for bad interface}\n"); p(pfsyncs_badttl, "\t\t{:dropped-bad-ttl/%ju} " "{N:/packet%s discarded for bad ttl}\n"); -- 2.45.0