summaryrefslogtreecommitdiff
path: root/man/udevadm.xml
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-01-18 17:09:18 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-01-23 15:22:16 +0900
commit5b3b0733c96b54df8bea040ccc13856a014c173f (patch)
tree4bfc0ba710af4a44a30477b87026d456c546461c /man/udevadm.xml
parente022bf664c79932de2ac217ca6d2c100823674c0 (diff)
downloadsystemd-5b3b0733c96b54df8bea040ccc13856a014c173f.tar.gz
udevadm: trigger: support multiple arguments
Closes #6098.
Diffstat (limited to 'man/udevadm.xml')
-rw-r--r--man/udevadm.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/man/udevadm.xml b/man/udevadm.xml
index b7a2494f83..0107c57576 100644
--- a/man/udevadm.xml
+++ b/man/udevadm.xml
@@ -189,7 +189,7 @@
</title>
<para>Request device events from the kernel. Primarily used to replay events at system coldplug time.</para>
- <para>Takes a device specification as a positional argument. See the description of <command>info</command>
+ <para>Takes device specifications as positional arguments. See the description of <command>info</command>
above.</para>
<variablelist>
@@ -298,7 +298,7 @@
<term><option>--name-match=<replaceable>NAME</replaceable></option></term>
<listitem>
<para>Trigger events for devices with a matching device path. When this option is specified more than once,
- the last <replaceable>NAME</replaceable> is used.</para>
+ then each matching result is ORed, that is, all specified devices are triggered.</para>
</listitem>
</varlistentry>
<varlistentry>
@@ -306,7 +306,7 @@
<term><option>--parent-match=<replaceable>SYSPATH</replaceable></option></term>
<listitem>
<para>Trigger events for all children of a given device. When this option is specified more than once,
- the last <replaceable>NAME</replaceable> is used.</para>
+ then each matching result is ORed, that is, all children of each specified device are triggered.</para>
</listitem>
</varlistentry>
<varlistentry>
@@ -332,8 +332,8 @@
<xi:include href="standard-options.xml" xpointer="help" />
</variablelist>
- <para>In addition, an optional positional argument can be used
- to specify device name or sys path. It must start with
+ <para>In addition, optional positional arguments can be used
+ to specify device names or sys paths. They must start with
<filename>/dev</filename> or <filename>/sys</filename>
respectively.</para>
</refsect2>