summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorY Giridhar Appaji Nag <giridhar@appaji.net>2008-03-06 08:46:28 +0530
committerAndrew Shadura <andrew.shadura@collabora.co.uk>2016-06-21 11:57:28 +0200
commitb3e7e0ff387f2f526b29039c0eaa9b6c07b6f9fc (patch)
tree16ef9b7cf00f35c41b83a32380ff97ff68c9054b /man
parentf9134c0be076c5d2ed4084382a73115d7709e5c5 (diff)
Imported Debian patch 0.28-5
Diffstat (limited to 'man')
-rw-r--r--man/ifplugd.8.xml.in8
-rw-r--r--man/ifplugd.conf.5.xml.in4
2 files changed, 6 insertions, 6 deletions
diff --git a/man/ifplugd.8.xml.in b/man/ifplugd.8.xml.in
index dd23e36..9240891 100644
--- a/man/ifplugd.8.xml.in
+++ b/man/ifplugd.8.xml.in
@@ -185,7 +185,7 @@
<option>
<p><opt>-M | --monitor</opt></p>
<optdesc><p>
- Don't fail when the network interface is not available, instead use NETLINK to monitor device availability. The is useful for PCMCIA devices and similar.
+ Don't fail when the network interface is not available, instead use NETLINK to monitor device avaibility. The is useful for PCMCIA devices and similar.
</p></optdesc>
</option>
@@ -218,7 +218,7 @@
</option>
<option>
- <p><opt>-S | --suspend</opt></p> <optdesc><p> Suspend a running
+ <p><opt>-S | --supend</opt></p> <optdesc><p> Suspend a running
daemon. The daemon will no longer check the link status until
it is resumed (-R) again. (Specify -i to select the daemon instance
to suspend.) </p></optdesc>
@@ -241,14 +241,14 @@
<section name="Files">
- <p><file>@sysconfdir@/default/ifplugd.conf</file>: this file is sourced
+ <p><file>@sysconfdir@/ifplugd/ifplugd.conf</file>: this file is sourced
by the init script <file>@sysconfdir@/init.d/ifplugd</file> and
contains the interface to be monitored and the options to be
used.</p>
<p><file>@sysconfdir@/ifplugd/ifplugd.action</file>: this is the script
which will be called by the daemon whenever the state of the
- interface changes. It takes two arguments: the first is the interface
+ interface changes. It takes two areguments: the first is the interface
name (eg. eth0), the second either "up" or "down". </p>
<p><file>/var/run/ifplugd.&lt;iface&gt;.pid</file>: the pid file
diff --git a/man/ifplugd.conf.5.xml.in b/man/ifplugd.conf.5.xml.in
index 70c0153..7da7da0 100644
--- a/man/ifplugd.conf.5.xml.in
+++ b/man/ifplugd.conf.5.xml.in
@@ -25,7 +25,7 @@
<manpage name="ifplugd.conf" section="5" desc="ifplugd configuration file">
<synopsis>
- <cmd>@sysconfdir@/default/ifplugd.conf</cmd>
+ <cmd>@sysconfdir@/ifplugd/ifplugd.conf</cmd>
</synopsis>
<description>
@@ -40,7 +40,7 @@
<option>
<p><opt>INTERFACES</opt></p> <optdesc><p>Specifies the
ethernet interfaces to monitor. It has to contain a space
- separated list of network interfaces names. Most users will
+ seperated list of network interfaces names. Most users will
probably use "eth0" here, however you may add additional
interfaces for monitoring more than one device. A special
value is supported as well: "auto" will enable a more or less