summaryrefslogtreecommitdiff
path: root/udevadm.xml
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2008-04-22 03:19:21 +0200
committerKay Sievers <kay.sievers@vrfy.org>2008-04-22 03:19:21 +0200
commitd8a9d017046661e3433779611f0e23266b68ba3d (patch)
treeb042bacf0be4707237af47bf489039d83909bf5e /udevadm.xml
parent7b2aad3343f8523db35ff2edfcfa9fcb816b7264 (diff)
udevadm: control - fix --env key to accept --env=<KEY>=<value>
Diffstat (limited to 'udevadm.xml')
-rw-r--r--udevadm.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/udevadm.xml b/udevadm.xml
index 8537d2ad40..670c991457 100644
--- a/udevadm.xml
+++ b/udevadm.xml
@@ -171,7 +171,7 @@
</listitem>
</varlistentry>
<varlistentry>
- <term><option>--attr-match=<replaceable>attribute=value</replaceable></option></term>
+ <term><option>--attr-match=<replaceable>attribute</replaceable>=<replaceable>value</replaceable></option></term>
<listitem>
<para>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 the given
@@ -180,7 +180,7 @@
</listitem>
</varlistentry>
<varlistentry>
- <term><option>--attr-nomatch=<replaceable>attribute=value</replaceable></option></term>
+ <term><option>--attr-nomatch=<replaceable>attribute</replaceable>=<replaceable>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
@@ -258,20 +258,20 @@
</listitem>
</varlistentry>
<varlistentry>
- <term><option>--env <replaceable>var</replaceable>=<replaceable>value</replaceable></option></term>
+ <term><option>--env=<replaceable>KEY</replaceable>=<replaceable>value</replaceable></option></term>
<listitem>
<para>Set global variable.</para>
</listitem>
</varlistentry>
<varlistentry>
- <term><option>--max_childs</option></term>
+ <term><option>--max_childs=</option><replaceable>value</replaceable></term>
<listitem>
<para>Set the maximum number of events, udevd will handle at the
same time.</para>
</listitem>
</varlistentry>
<varlistentry>
- <term><option>--max_childs_running</option></term>
+ <term><option>--max_childs_running=<replaceable>value</replaceable></option></term>
<listitem>
<para>Set the maximum number of events, which are allowed to run at the
same time.</para>