summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-02-01 01:04:52 +0000
committerLennart Poettering <lennart@poettering.net>2004-02-01 01:04:52 +0000
commitda72e57b4a3b51f31f7e00f167faaf03307118c6 (patch)
tree9f09a89af9fb333892096cf73709099266b5dc78 /man
parent806102792aeaa3e5020908e4d97593b621c9f543 (diff)
several fixes
rename ifstatus git-svn-id: file:///home/lennart/svn/public/ifplugd/trunk@96 2bf48fe7-cfc1-0310-909f-d9042e1e0fef
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am12
-rw-r--r--man/ifplugd.8.xml.in2
-rw-r--r--man/ifstatus.8.xml.in10
3 files changed, 12 insertions, 12 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index 182f02a..aa145da 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -16,13 +16,13 @@
# along with ifplugd; if not, write to the Free Software Foundation,
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
-man_MANS = ifplugd.8 ifplugd.conf.5 ifstatus.8
+man_MANS = ifplugd.8 ifplugd.conf.5 ifplugstatus.8
-noinst_DATA = ifplugd.8.xml ifplugd.conf.5.xml ifstatus.8.xml
+noinst_DATA = ifplugd.8.xml ifplugd.conf.5.xml ifplugstatus.8.xml
-EXTRA_DIST = $(man_MANS) ifplugd.8.xml.in ifplugd.conf.5.xml.in ifstatus.8.xml.in xmltoman.css xmltoman.xsl xmltoman.dtd
+EXTRA_DIST = $(man_MANS) ifplugd.8.xml.in ifplugd.conf.5.xml.in ifplugstatus.8.xml.in xmltoman.css xmltoman.xsl xmltoman.dtd
-CLEANFILES = ifplugd.8.xml ifplugd.conf.5.xml ifstatus.8.xml
+CLEANFILES = ifplugd.8.xml ifplugd.conf.5.xml ifplugstatus.8.xml
ifplugd.8.xml: ifplugd.8.xml.in Makefile
sed -e 's,@sysconfdir\@,$(sysconfdir),g' -e 's,@sbindir\@,$(sbindir),g' -e 's,@PACKAGE_BUGREPORT\@,$(PACKAGE_BUGREPORT),g' -e 's,@PACKAGE_URL\@,$(PACKAGE_URL),g' $< > $@
@@ -30,7 +30,7 @@ ifplugd.8.xml: ifplugd.8.xml.in Makefile
ifplugd.conf.5.xml: ifplugd.conf.5.xml.in Makefile
sed -e 's,@sysconfdir\@,$(sysconfdir),g' -e 's,@sbindir\@,$(sbindir),g' -e 's,@PACKAGE_BUGREPORT\@,$(PACKAGE_BUGREPORT),g' -e 's,@PACKAGE_URL\@,$(PACKAGE_URL),g' $< > $@
-ifstatus.8.xml: ifstatus.8.xml.in Makefile
+ifplugstatus.8.xml: ifplugstatus.8.xml.in Makefile
sed -e 's,@sysconfdir\@,$(sysconfdir),g' -e 's,@sbindir\@,$(sbindir),g' -e 's,@PACKAGE_BUGREPORT\@,$(PACKAGE_BUGREPORT),g' -e 's,@PACKAGE_URL\@,$(PACKAGE_URL),g' $< > $@
if USE_XMLTOMAN
@@ -43,7 +43,7 @@ ifplugd.8: ifplugd.8.xml Makefile
ifplugd.conf.5: ifplugd.conf.5.xml Makefile
xmltoman $< > $@
-ifstatus.8: ifstatus.8.xml Makefile
+ifplugstatus.8: ifplugstatus.8.xml Makefile
xmltoman $< > $@
endif
diff --git a/man/ifplugd.8.xml.in b/man/ifplugd.8.xml.in
index a72c9c7..4b57aef 100644
--- a/man/ifplugd.8.xml.in
+++ b/man/ifplugd.8.xml.in
@@ -280,7 +280,7 @@
<section name="See also">
<p>
<manref name="ifplugd.conf" section="5"/>, <manref name="ifup" section="8"/>, <manref name="interfaces"
- section="5"/>, <manref name="ifconfig" section="8"/>
+ section="5"/>, <manref name="ifconfig" section="8"/>, <manref name="ifplugstatus" section="8"/>
</p>
</section>
diff --git a/man/ifstatus.8.xml.in b/man/ifstatus.8.xml.in
index bbcf14b..f7bb62a 100644
--- a/man/ifstatus.8.xml.in
+++ b/man/ifstatus.8.xml.in
@@ -22,14 +22,14 @@
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
-->
- <manpage name="ifstatus" section="8" desc="A link beat detection tool">
+ <manpage name="ifplugstatus" section="8" desc="A link beat detection tool">
<synopsis>
- <cmd>ifstatus [<arg>options</arg>] [<arg>INTERFACE</arg>]</cmd>
+ <cmd>ifplugstatus [<arg>options</arg>] [<arg>INTERFACE</arg>]</cmd>
</synopsis>
<description>
- <p>ifstatus is an utility which may be used to detect the link
+ <p>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
@@ -44,7 +44,7 @@
<options>
<p>You may speicify an ethernet device on the command
- line. Otherwise ifstatus will check for eth0..eth9
+ line. Otherwise ifplugstatus will check for eth0..eth9
automatically.</p>
<option>
@@ -105,7 +105,7 @@
<section name="See also">
<p>
<manref name="mii-diag" section="8"/>, <manref name="mii-tool"
- section="8"/>, <manref name="ethtool" section="8"/>
+ section="8"/>, <manref name="ethtool" section="8"/>, <manref name="ifplugd" section="8"/>
</p>
</section>