summaryrefslogtreecommitdiff
path: root/man/udev.conf.xml
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/udev.conf.xml
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/udev.conf.xml')
-rw-r--r--man/udev.conf.xml4
1 files changed, 2 insertions, 2 deletions
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>