The branch main has been updated by rscheff: URL: https://cgit.FreeBSD.org/src/commit/?id=c55b340f824d353b7581e8ccf94ecd4929a41ea5
commit c55b340f824d353b7581e8ccf94ecd4929a41ea5 Author: Richard Scheffenegger <[email protected]> AuthorDate: 2021-05-10 18:49:19 +0000 Commit: Richard Scheffenegger <[email protected]> CommitDate: 2021-05-10 18:49:19 +0000 netstat: fix typo from 0471a8c73402 --- usr.bin/netstat/inet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/netstat/inet.c b/usr.bin/netstat/inet.c index 45b107b42d39..1143c09734e4 100644 --- a/usr.bin/netstat/inet.c +++ b/usr.bin/netstat/inet.c @@ -809,7 +809,7 @@ tcp_stats(u_long off, const char *name, int af1 __unused, int proto __unused) "{N:/SACK option%s (SACK blocks) received}\n"); p(tcps_sack_send_blocks, "\t{:sent-option-blocks/%ju} " "{N:/SACK option%s (SACK blocks) sent}\n"); - p(tcps_sack_lostrexmit, "\t{:lost-retransmissions/%ju} " + p(tcps_sack_lostrexmt, "\t{:lost-retransmissions/%ju} " "{N:/SACK retransmission%s lost}\n"); p1a(tcps_sack_sboverflow, "\t{:scoreboard-overflows/%ju} " "{N:/SACK scoreboard overflow}\n"); _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
