git: netstat(1): Increase column width of interface name

Aaron LI aly at crater.dragonflybsd.org
Sun Mar 3 00:50:51 PST 2024


commit ad6688694db348e9896cc985a8e9bdc66f6033e8
Author: Aaron LI <aly at aaronly.me>
Date:   Sat Mar 2 20:33:56 2024 +0800

    netstat(1): Increase column width of interface name
    
    Given that the interface can be renamed, the interface name may be
    generally longer, so increase the column width of interface name by 2
    characters (from 6 to 8).
    
    Referred to FreeBSD.

Summary of changes:
 usr.bin/netstat/if.c    | 4 ++--
 usr.bin/netstat/route.c | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ad6688694db348e9896cc985a8e9bdc66f6033e8


-- 
DragonFly BSD source repository


More information about the Commits mailing list