Date: Mon, 10 May 2021 18:50:01 GMT From: Richard Scheffenegger <rscheff@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: c55b340f824d - main - netstat: fix typo from 0471a8c73402 Message-ID: <202105101850.14AIo1WJ028764@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rscheff: URL: https://cgit.FreeBSD.org/src/commit/?id=c55b340f824d353b7581e8ccf94ecd4929a41ea5 commit c55b340f824d353b7581e8ccf94ecd4929a41ea5 Author: Richard Scheffenegger <rscheff@FreeBSD.org> AuthorDate: 2021-05-10 18:49:19 +0000 Commit: Richard Scheffenegger <rscheff@FreeBSD.org> 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");
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105101850.14AIo1WJ028764>