From 45f5efdea7e5e94bd47fc24b9bd404c77b5771a0 Mon Sep 17 00:00:00 2001 From: gaoyi Date: Mon, 12 Apr 2021 16:09:47 +0800 Subject: [PATCH] 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. --- man/systemd-udevd.service.xml | 6 +++--- man/udev.conf.xml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/man/systemd-udevd.service.xml b/man/systemd-udevd.service.xml index 5df4cd6a223..32cb82bac30 100644 --- a/man/systemd-udevd.service.xml +++ b/man/systemd-udevd.service.xml @@ -88,8 +88,8 @@ - Delay the execution of RUN - instructions by the given number of seconds. This option + Delay the execution of each RUN{program} + 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. @@ -160,7 +160,7 @@ udev.exec_delay= rd.udev.exec_delay= - Delay the execution of RUN instructions by the given + Delay the execution of each RUN{program} 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. diff --git a/man/udev.conf.xml b/man/udev.conf.xml index df0a70c9fb0..0f51a1aaefe 100644 --- a/man/udev.conf.xml +++ b/man/udev.conf.xml @@ -63,8 +63,8 @@ exec_delay= - An integer. Delay the execution of RUN - instructions by the given number of seconds. This option + An integer. Delay the execution of each RUN{program} + 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. -- 2.47.3