diff options
author | gaoyi <ymuemc@163.com> | 2021-04-12 10:09:47 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-04-12 13:03:26 +0200 |
commit | 45f5efdea7e5e94bd47fc24b9bd404c77b5771a0 (patch) | |
tree | c1589d1bb57db9c974cc7563003644530689602c /man/udev.conf.xml | |
parent | sd-dhcp-client: constify argument in sd_dhcp_lease_get_xxx() (diff) | |
download | systemd-45f5efdea7e5e94bd47fc24b9bd404c77b5771a0.tar.xz systemd-45f5efdea7e5e94bd47fc24b9bd404c77b5771a0.zip |
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.xml | 4 |
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> |