From a36a8ab06d69627279afdd6cb31c3c2e69f77c5a Mon Sep 17 00:00:00 2001 From: bms Date: Fri, 28 Nov 2003 17:34:23 +0000 Subject: Fix some minor nits in netstat whereby large interface names would be truncated. In environments where many tunnel or vlan interfaces are created, interface names have high numbers which overflow the field width. PRs: bin/52349, bin/35838 Submitted by: Mike Tancsa, Scot W. Hetzel Approved by: re (rwatson) --- usr.bin/netstat/netstat.1 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'usr.bin/netstat/netstat.1') diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1 index f8e2788..3071ad4 100644 --- a/usr.bin/netstat/netstat.1 +++ b/usr.bin/netstat/netstat.1 @@ -119,6 +119,9 @@ is also present, show the number of dropped packets. If .Fl t is also present, show the contents of watchdog timers. +If +.Fl W +is also present, print interface names using a wider field size. .It Xo .Bk -words .Nm @@ -215,7 +218,10 @@ When .Fl W is also present, show the path MTU -for each route. +for each route, +and print interface +names with a wider +field size. .It Xo .Bk -words .Nm -- cgit v1.1