summaryrefslogtreecommitdiff
path: root/man/ifplugd.conf.5.xml.in
diff options
context:
space:
mode:
Diffstat (limited to 'man/ifplugd.conf.5.xml.in')
-rw-r--r--man/ifplugd.conf.5.xml.in14
1 files changed, 11 insertions, 3 deletions
diff --git a/man/ifplugd.conf.5.xml.in b/man/ifplugd.conf.5.xml.in
index 7da7da0..7fbb2bb 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@/ifplugd/ifplugd.conf</cmd>
+ <cmd>@sysconfdir@/default/ifplugd</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
- seperated list of network interfaces names. Most users will
+ separated 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
@@ -51,12 +51,20 @@
</option>
<option>
+ <p><opt>HOTPLUG_INTERFACES</opt></p> <optdesc><p>Specifies the
+ interfaces that can be hotplugged (like interfaces on PCMCIA,
+ USB or WLAN adapters). "all" can be used to make the udev
+ script start an ifplugd process for any hotplugged interfaces
+ (except those already listed in INTERFACES).
+ </p></optdesc>
+ </option>
+
+ <option>
<p><opt>ARGS</opt></p> <optdesc><p>Additional command line
arguments for ifplugd invocation. See <manref name="ifplugd"
section="8"/> for further information.</p></optdesc>
</option>
-
<option>
<p><opt>ARGS_</opt><arg>iface</arg></p>