diff options
| author | Michael Tuexen <tuexen@FreeBSD.org> | 2025-04-21 16:23:19 +0000 |
|---|---|---|
| committer | Michael Tuexen <tuexen@FreeBSD.org> | 2025-04-21 16:23:19 +0000 |
| commit | 4294f7946e4cd8face2bfa16cedc5c0bf0d6c81e (patch) | |
| tree | f2803bf57024e3f2cd76c8fa73574b9a46b15c62 /usr.bin/netstat | |
| parent | 9bb0dd4b8bb6213555831acbac26d007b50a7524 (diff) | |
Diffstat (limited to 'usr.bin/netstat')
| -rw-r--r-- | usr.bin/netstat/inet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/netstat/inet.c b/usr.bin/netstat/inet.c index 6065a2a7644c..56a432b30a86 100644 --- a/usr.bin/netstat/inet.c +++ b/usr.bin/netstat/inet.c @@ -337,7 +337,7 @@ protopr(u_long off, const char *name, int af1, int proto) xo_emit(" {T:/%-11.11s}", "(state)"); } if (xflag) { - xo_emit("{T:/%-6.6s} {T:/%-6.6s} " + xo_emit(" {T:/%-6.6s} {T:/%-6.6s} " "{T:/%-6.6s} {T:/%-6.6s} {T:/%-6.6s} " "{T:/%-6.6s} {T:/%-6.6s} {T:/%-6.6s}", "R-HIWA", "S-HIWA", "R-LOWA", "S-LOWA", |
