summaryrefslogtreecommitdiff
path: root/man/udevadm.xml
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-01-22 15:05:55 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-01-22 15:57:53 +0900
commitf0c29bbf83f22216b64e6216c54e6b4328f2ceff (patch)
treef4d7cba5db23a943d74fa3ccd1a21785f252f53d /man/udevadm.xml
parent2277e84560965a85ec629829ff81f2389e3b1995 (diff)
downloadsystemd-f0c29bbf83f22216b64e6216c54e6b4328f2ceff.tar.gz
man: add more explanation about options for "udevadm test"
Closes #2476.
Diffstat (limited to 'man/udevadm.xml')
-rw-r--r--man/udevadm.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/man/udevadm.xml b/man/udevadm.xml
index 1a9b784776..1a60aef6cf 100644
--- a/man/udevadm.xml
+++ b/man/udevadm.xml
@@ -143,22 +143,25 @@
<term><option>-x</option></term>
<term><option>--export</option></term>
<listitem>
- <para>Print output as key/value pairs. Values are enclosed in single quotes.</para>
+ <para>Print output as key/value pairs. Values are enclosed in single quotes.
+ This takes effects only when <option>--query=property</option> or
+ <option>--device-id-of-file=<replaceable>FILE</replaceable></option> is specified.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-P</option></term>
<term><option>--export-prefix=<replaceable>NAME</replaceable></option></term>
<listitem>
- <para>Add a prefix to the key name of exported values.</para>
+ <para>Add a prefix to the key name of exported values.
+ This implies <option>--export</option>.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-d</option></term>
<term><option>--device-id-of-file=<replaceable>FILE</replaceable></option></term>
<listitem>
- <para>Print major/minor numbers of the underlying device, where the file
- lives on.</para>
+ <para>Print major/minor numbers of the underlying device, where the file lives on.
+ If this is specified, all positional arguments are ignored.</para>
</listitem>
</varlistentry>
<varlistentry>