]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: udevadm: mention that no control command can be specified after --exit 11556/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 25 Jan 2019 16:16:00 +0000 (01:16 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 19 Feb 2019 21:17:42 +0000 (06:17 +0900)
man/udevadm.xml

index 0107c575762dfef211fbba88508a4fe5244732d7..f25a1dfb48b2a6be9fe53b8e0a153393a7562b24 100644 (file)
           <term><option>-e</option></term>
           <term><option>--exit</option></term>
           <listitem>
-            <para>Signal and wait for systemd-udevd to exit. Note that <filename>systemd-udevd.service</filename>
-            contains <option>Restart=always</option> and so as a result, this option restarts systemd-udevd.
+            <para>Signal and wait for systemd-udevd to exit. No option except for
+            <option>--timeout</option> can be specified after this option.
+            Note that <filename>systemd-udevd.service</filename> contains
+            <option>Restart=always</option> and so as a result, this option restarts systemd-udevd.
             If you want to stop <filename>systemd-udevd.service</filename>, please use the following:
             <programlisting>systemctl stop systemd-udevd-control.socket systemd-udevd-kernel.socket systemd-udevd.service</programlisting>
             </para>