summaryrefslogtreecommitdiff
path: root/udev/udevadm.xml
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2008-12-08 16:48:54 +0100
committerKay Sievers <kay.sievers@vrfy.org>2008-12-08 16:48:54 +0100
commitb76ad2e537e8672ace442eb27439521c9b107b09 (patch)
tree5ea1bca4ace4f69dc588901a0abd678668bc2d3f /udev/udevadm.xml
parent5d89ef7bf94d8a708a1159be22eb1cf458a1d101 (diff)
udevadm: settle - allow --timeout=0 and --quiet
Diffstat (limited to 'udev/udevadm.xml')
-rw-r--r--udev/udevadm.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/udev/udevadm.xml b/udev/udevadm.xml
index b7687d5dd1..ebc4aa150f 100644
--- a/udev/udevadm.xml
+++ b/udev/udevadm.xml
@@ -220,7 +220,14 @@
<term><option>--timeout=<replaceable>seconds</replaceable></option></term>
<listitem>
<para>Maximum number of seconds to wait for the event queue to become empty.
- The default value is 180 seconds.</para>
+ The default value is 180 seconds. A value of 0 will check if the queue is empty
+ and always return immediately.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--quiet</option></term>
+ <listitem>
+ <para>Do not print any output, like the remaining queue entries when reachin the timeout.</para>
</listitem>
</varlistentry>
<varlistentry>