summaryrefslogtreecommitdiff
path: root/udev/udevadm.xml
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2011-04-13 01:17:09 +0200
committerKay Sievers <kay.sievers@vrfy.org>2011-04-13 01:17:09 +0200
commitff2c503df091e6e4e9ab48cdb6df6ec8b7b525d0 (patch)
tree983bf55615a6bfeadc50f10355b286262e3ad188 /udev/udevadm.xml
parent960250952193db522b8ced336bf998bd7e8e4a31 (diff)
udevadm: control - add --exit
Diffstat (limited to 'udev/udevadm.xml')
-rw-r--r--udev/udevadm.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/udev/udevadm.xml b/udev/udevadm.xml
index 7a682a68ef..04c3d0b963 100644
--- a/udev/udevadm.xml
+++ b/udev/udevadm.xml
@@ -297,6 +297,12 @@
<para>Modify the internal state of the running udev daemon.</para>
<variablelist>
<varlistentry>
+ <term><option>--exit</option></term>
+ <listitem>
+ <para>Signal and wait for udevd to exit.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term><option>--log-priority=<replaceable>value</replaceable></option></term>
<listitem>
<para>Set the internal log level of udevd. Valid values are the numerical
@@ -340,6 +346,12 @@
</listitem>
</varlistentry>
<varlistentry>
+ <term><option>--timeout=</option><replaceable>seconds</replaceable></term>
+ <listitem>
+ <para>The maximum number seonds to wait for a reply from udevd.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term><option>--help</option></term>
<listitem>
<para>Print help text.</para>