]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: list possible action string and default value
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 31 Aug 2019 04:57:34 +0000 (13:57 +0900)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 31 Aug 2019 07:13:16 +0000 (09:13 +0200)
Closes #13442.

man/udevadm.xml

index d12c39b7651a4c3a7cd781bd2406496f0140be10..c2f2bc95d217dcb0a43e5ff0554ff769e6f9703f 100644 (file)
           <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>