From 75a4a592e5ccda30715f93563d741b83e0dcf39e Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Mon, 25 Apr 2011 13:37:00 +0000 Subject: Slackware 13.37 Mon Apr 25 13:37:00 UTC 2011 Slackware 13.37 x86_64 stable is released! Thanks to everyone who pitched in on this release: the Slackware team, the folks producing upstream code, and linuxquestions.org for providing a great forum for collaboration and testing. The ISOs are off to be replicated, a 6 CD-ROM 32-bit set and a dual-sided 32-bit/64-bit x86/x86_64 DVD. Please consider supporting the Slackware project by picking up a copy from store.slackware.com. We're taking pre-orders now, and offer a discount if you sign up for a subscription. As always, thanks to the Slackware community for testing, suggestions, and feedback. :-) Have fun! --- source/n/net-tools/net-tools.mii-tool.string.diff | 29 +++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 source/n/net-tools/net-tools.mii-tool.string.diff (limited to 'source/n/net-tools/net-tools.mii-tool.string.diff') diff --git a/source/n/net-tools/net-tools.mii-tool.string.diff b/source/n/net-tools/net-tools.mii-tool.string.diff new file mode 100644 index 000000000..aaa5b09e3 --- /dev/null +++ b/source/n/net-tools/net-tools.mii-tool.string.diff @@ -0,0 +1,29 @@ +--- ./mii-tool.c.orig 2000-05-21 09:31:17.000000000 -0500 ++++ ./mii-tool.c 2010-08-12 12:46:05.063607571 -0500 +@@ -379,16 +379,16 @@ + /*--------------------------------------------------------------------*/ + + const char *usage = +-"usage: %s [-VvRrwl] [-A media,... | -F media] [interface ...] +- -V, --version display version information +- -v, --verbose more verbose output +- -R, --reset reset MII to poweron state +- -r, --restart restart autonegotiation +- -w, --watch monitor for link status changes +- -l, --log with -w, write events to syslog +- -A, --advertise=media,... advertise only specified media +- -F, --force=media force specified media technology +-media: 100baseT4, 100baseTx-FD, 100baseTx-HD, 10baseT-FD, 10baseT-HD, ++"usage: %s [-VvRrwl] [-A media,... | -F media] [interface ...] \n\ ++ -V, --version display version information \n\ ++ -v, --verbose more verbose output \n\ ++ -R, --reset reset MII to poweron state \n\ ++ -r, --restart restart autonegotiation \n\ ++ -w, --watch monitor for link status changes \n\ ++ -l, --log with -w, write events to syslog \n\ ++ -A, --advertise=media,... advertise only specified media \n\ ++ -F, --force=media force specified media technology \n\ ++media: 100baseT4, 100baseTx-FD, 100baseTx-HD, 10baseT-FD, 10baseT-HD, \n\ + (to advertise both HD and FD) 100baseTx, 10baseT\n"; + + int main(int argc, char **argv) -- cgit v1.2.3