summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-03-07 14:45:38 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-03-07 15:19:02 +0900
commitcd648ae1954f04ff41ce1f06268ea274df7ebd87 (patch)
treed550ea8e0afb7daab62d5f2142588c232fb1fe81 /man
parentdcee4a134c9e41a54b640bb7fdbb608c9826c792 (diff)
downloadsystemd-cd648ae1954f04ff41ce1f06268ea274df7ebd87.tar.gz
man: mention possible actions supported by "udevadm trigger"
Diffstat (limited to 'man')
-rw-r--r--man/udevadm.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/man/udevadm.xml b/man/udevadm.xml
index f25a1dfb48..d4fdaea6ff 100644
--- a/man/udevadm.xml
+++ b/man/udevadm.xml
@@ -220,8 +220,10 @@
<term><option>-c</option></term>
<term><option>--action=<replaceable>ACTION</replaceable></option></term>
<listitem>
- <para>Type of event to be triggered. The default value is
- <command>change</command>.</para>
+ <para>Type of event to be triggered. 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>. The default value is <literal>change</literal>.</para>
</listitem>
</varlistentry>
<varlistentry>