]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fix discriptions for --exec-delay
authorgaoyi <ymuemc@163.com>
Mon, 12 Apr 2021 08:09:47 +0000 (16:09 +0800)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 12 Apr 2021 11:03:26 +0000 (13:03 +0200)
There are two ambiguity in the original description:
1. It will delay all RUN instructions, include builtin.
2. It will delay before running RUN, not each of RUN{program} instructions.

man/systemd-udevd.service.xml
man/udev.conf.xml

index 5df4cd6a223ef98018c6883cc7ef82335c4f1ee5..32cb82bac304d1a5b04f824cd4e8b31dffa29ac4 100644 (file)
@@ -88,8 +88,8 @@
         <term><option>-e</option></term>
         <term><option>--exec-delay=</option></term>
         <listitem>
-          <para>Delay the execution of <varname>RUN</varname>
-          instructions by the given number of seconds. This option
+          <para>Delay the execution of each <varname>RUN{<replaceable>program</replaceable>}</varname>
+          parameter by the given number of seconds. This option
           might be useful when debugging system crashes during
           coldplug caused by loading non-working kernel
           modules.</para>
         <term><varname>udev.exec_delay=</varname></term>
         <term><varname>rd.udev.exec_delay=</varname></term>
         <listitem>
-          <para>Delay the execution of <varname>RUN</varname> instructions by the given
+          <para>Delay the execution of each <varname>RUN{<replaceable>program</replaceable>}</varname> parameter by the given
           number of seconds. This option might be useful when
           debugging system crashes during coldplug caused by loading
           non-working kernel modules.</para>
index df0a70c9fb0d6c1c529b63bcacbc8088981089e5..0f51a1aaefe98b123a93f5a7712d4c5fba97a8b1 100644 (file)
@@ -63,8 +63,8 @@
         <term><varname>exec_delay=</varname></term>
 
         <listitem>
-          <para>An integer. Delay the execution of <varname>RUN</varname>
-          instructions by the given number of seconds. This option
+          <para>An integer. Delay the execution of each <varname>RUN{<replaceable>program</replaceable>}</varname>
+          parameter by the given number of seconds. This option
           might be useful when debugging system crashes during
           coldplug caused by loading non-working kernel
           modules.</para>