summaryrefslogtreecommitdiff
path: root/udev/udevadm.xml
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2009-03-07 02:32:40 +0100
committerKay Sievers <kay.sievers@vrfy.org>2009-03-07 02:32:40 +0100
commitf1e7e360465acc7fb038e941c398216cdb569253 (patch)
tree7e302faa6b95d3e4469544c308eccf5e6782d8fb /udev/udevadm.xml
parent18e3d9abc3a0bc57c2f4d45705308e7dc3a60fab (diff)
udevadm: add text for new options to command and man page
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 9d905abd0c..1092498a46 100644
--- a/udev/udevadm.xml
+++ b/udev/udevadm.xml
@@ -225,6 +225,18 @@
</listitem>
</varlistentry>
<varlistentry>
+ <term><option>--seq-start=<replaceable>seqnum</replaceable></option></term>
+ <listitem>
+ <para>Wait only for events after the given sequence number.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--seq-end=<replaceable>seqnum</replaceable></option></term>
+ <listitem>
+ <para>Wait only for events before the given sequence number.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term><option>--quiet</option></term>
<listitem>
<para>Do not print any output, like the remaining queue entries when reaching the timeout.</para>