From 61c7b800a12f5ee705817903e8385be9719aace0 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 1 Feb 2004 01:05:29 +0000 Subject: rename ifstatus file git-svn-id: file:///home/lennart/svn/public/ifplugd/trunk@97 2bf48fe7-cfc1-0310-909f-d9042e1e0fef --- man/ifplugstatus.8.xml.in | 117 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 man/ifplugstatus.8.xml.in (limited to 'man/ifplugstatus.8.xml.in') diff --git a/man/ifplugstatus.8.xml.in b/man/ifplugstatus.8.xml.in new file mode 100644 index 0000000..f7bb62a --- /dev/null +++ b/man/ifplugstatus.8.xml.in @@ -0,0 +1,117 @@ + + + + + + + + + + + + ifplugstatus [options] [INTERFACE] + + + +

ifplugstatus is an utility which may be used to detect the link + status of a local Linux ethernet device, much in the same way + mii-diag, mii-tool and ethtool work. In fact it supports all + three different APIs these three tools use. Thus, it provides + maximal compatibility. The newest API (ethtool) is used first, + than the next older (mii-diag) and at last the oldest + (mii-tool). It may be used in shell script since it returns the + current status as return value. It is especially useful to + detect the available APIs on the used network driver. (Option + -v)

+
+ + + +

You may speicify an ethernet device on the command + line. Otherwise ifplugstatus will check for eth0..eth9 + automatically.

+ + + + + + + + + + + + +
+ +
+

0 Success

+

1 Failure

+

2 Link beat detected (only available when an interface is specified)

+

3 Unplugged (same here)

+
+ +
+

ifplugd was written by Lennart Poettering + <@PACKAGE_BUGREPORT@>. ifplugd is available + at +

+
+ +
+

+ , , , +

+
+ +
+

This man page was written using by Oliver Kurth.

+
+ +
-- cgit