summaryrefslogtreecommitdiff
path: root/man/udevadm.xml
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-08-31 13:57:34 +0900
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-08-31 09:13:16 +0200
commite148cbc5ef8b5c306f0059a32048dcdce232d9ed (patch)
tree98eb77043229a4b6911195fe9a3d40be1726a1b2 /man/udevadm.xml
parent2b605d72e9820f7b92f90f576dd5ebe3e9e80fd8 (diff)
downloadsystemd-e148cbc5ef8b5c306f0059a32048dcdce232d9ed.tar.gz
man: list possible action string and default value
Closes #13442.
Diffstat (limited to 'man/udevadm.xml')
-rw-r--r--man/udevadm.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/man/udevadm.xml b/man/udevadm.xml
index d12c39b765..c2f2bc95d2 100644
--- a/man/udevadm.xml
+++ b/man/udevadm.xml
@@ -528,8 +528,11 @@
<term><option>-a</option></term>
<term><option>--action=<replaceable>ACTION</replaceable></option></term>
<listitem>
- <para>The action string. The special value <literal>help</literal> may be used to list
- known values.</para>
+ <para>Type of event to be simulated. Possible actions are <literal>add</literal>,
+ <literal>remove</literal>, <literal>change</literal>, <literal>move</literal>,
+ <literal>online</literal>, <literal>offline</literal>, <literal>bind</literal>,
+ and <literal>unbind</literal>. Also, the special value <literal>help</literal> can be used
+ to list the possible actions. The default value is <literal>add</literal>.</para>
</listitem>
</varlistentry>
<varlistentry>