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 @@
- 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 df0a70c9fb..0f51a1aaef 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.