summaryrefslogtreecommitdiff
path: root/udevadm.xml
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2008-04-22 03:01:29 +0200
committerKay Sievers <kay.sievers@vrfy.org>2008-04-22 03:01:29 +0200
commit7b2aad3343f8523db35ff2edfcfa9fcb816b7264 (patch)
tree0d37a3cd428284797857ba445c7af10ed9f00921 /udevadm.xml
parentca0ac81f36f343047847168665c19d2080a64a6e (diff)
udevadm: trigger - add --env= option
Diffstat (limited to 'udevadm.xml')
-rw-r--r--udevadm.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/udevadm.xml b/udevadm.xml
index 121c1401d6..8537d2ad40 100644
--- a/udevadm.xml
+++ b/udevadm.xml
@@ -180,7 +180,7 @@
</listitem>
</varlistentry>
<varlistentry>
- <term><option>--attr-nomatch<replaceable>attribute=value</replaceable></option></term>
+ <term><option>--attr-nomatch=<replaceable>attribute=value</replaceable></option></term>
<listitem>
<para>Do not trigger events for devices with a matching sysfs attribute. If a value is
specified along with the attribute name, the content of the attribute is matched against
@@ -189,7 +189,7 @@
</listitem>
</varlistentry>
<varlistentry>
- <term><option>--socket<replaceable>path</replaceable></option></term>
+ <term><option>--socket=<replaceable>path</replaceable></option></term>
<listitem>
<para>Pass the synthesized events to the specified socket, instead of triggering
a global kernel event. All available event values will be send in the same format
@@ -198,6 +198,13 @@
an abstract namespace socket is used, instead of an existing socket file.</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><option>--env=<replaceable>KEY</replaceable>=<replaceable>value</replaceable></option></term>
+ <listitem>
+ <para>Pass an additional environemt key to the event. This works only with the
+ --socket option.</para>
+ </listitem>
+ </varlistentry>
</variablelist>
</refsect2>