summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorgaoyi <ymuemc@163.com>2021-04-12 16:09:47 +0800
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-04-12 13:03:26 +0200
commit45f5efdea7e5e94bd47fc24b9bd404c77b5771a0 (patch)
treec1589d1bb57db9c974cc7563003644530689602c /man
parent9bafb8d50449b16b1bf187a8cf2d33da9fc4d61b (diff)
downloadsystemd-45f5efdea7e5e94bd47fc24b9bd404c77b5771a0.tar.gz
man: fix discriptions for --exec-delay
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.
Diffstat (limited to 'man')
-rw-r--r--man/systemd-udevd.service.xml6
-rw-r--r--man/udev.conf.xml4
2 files changed, 5 insertions, 5 deletions
diff --git a/man/systemd-udevd.service.xml b/man/systemd-udevd.service.xml
index 5df4cd6a22..32cb82bac3 100644
--- a/man/systemd-udevd.service.xml
+++ b/man/systemd-udevd.service.xml
@@ -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>
@@ -160,7 +160,7 @@
<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>
diff --git a/man/udev.conf.xml b/man/udev.conf.xml
index df0a70c9fb..0f51a1aaef 100644
--- a/man/udev.conf.xml
+++ b/man/udev.conf.xml
@@ -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>