diff options
| author | Johan Söllvander <js@FreeBSD.org> | 2026-01-15 14:21:07 +0000 |
|---|---|---|
| committer | Johan Söllvander <js@FreeBSD.org> | 2026-01-20 13:25:39 +0000 |
| commit | af46d309a72b73398c3d0e4bee9b21437af17d7a (patch) | |
| tree | 7355c9eafd10723d91ad06ded0b06c233f79ce1a /usr.bin | |
| parent | 4f0342cf84dbe4fadbfea02e3279aafab36ea848 (diff) | |
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/netstat/inet.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/netstat/inet.c b/usr.bin/netstat/inet.c index 898158ce288a..c4e3bd683a17 100644 --- a/usr.bin/netstat/inet.c +++ b/usr.bin/netstat/inet.c @@ -549,11 +549,11 @@ protopr(u_long off, const char *name, int af1, int proto) } if (istcp) { if (cflag) - xo_emit(" {:stack/%-*.*s}", + xo_emit(" {t:stack/%-*.*s}", fnamelen, fnamelen, tp->xt_stack); if (Cflag) - xo_emit(" {:cc/%-*.*s}" + xo_emit(" {t:cc/%-*.*s}" " {:snd-cwnd/%10lu}" " {:snd-ssthresh/%10lu}" " {:t-maxseg/%5u} {:ecn/%3s}", |
