Date: Tue, 29 May 2001 02:13:45 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ifconfig ifconfig.8 ifconfig.c ifconfig.h ifmedia.c Message-ID: <200105290913.f4T9Drw47345@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2001/05/29 02:13:45 PDT
Modified files:
sbin/ifconfig ifconfig.8 ifconfig.c ifconfig.h
ifmedia.c
Log:
When using interfaces that support if_media, the supported media list is
printed on a single, very long, and generally unreadable line. This
isn't very useful. It's also really ugly and most of the time you don't
care what media is supported anyway.
PR: 27701
Submitted by: Brooks Davis <brooks@one-eyed-alien.net>
Revision Changes Path
1.39 +8 -1 src/sbin/ifconfig/ifconfig.8
1.62 +9 -7 src/sbin/ifconfig/ifconfig.c
1.7 +2 -1 src/sbin/ifconfig/ifconfig.h
1.8 +121 -23 src/sbin/ifconfig/ifmedia.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105290913.f4T9Drw47345>
