diff options
author | Kay Sievers <kay@vrfy.org> | 2014-07-29 15:18:27 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2014-07-29 15:18:27 +0200 |
commit | dd5eddd28a74a49607a8fffcaf960040dba98479 (patch) | |
tree | c2f6f64a9db3c6a2223d119faffae48a1f998d5b /man/systemd-udevd.service.xml | |
parent | 9719859c07aa13539ed2cd4b31972cd30f678543 (diff) |
udev: unify event timeout handling
Diffstat (limited to 'man/systemd-udevd.service.xml')
-rw-r--r-- | man/systemd-udevd.service.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/man/systemd-udevd.service.xml b/man/systemd-udevd.service.xml index 8de43b1fd9..3053dc722f 100644 --- a/man/systemd-udevd.service.xml +++ b/man/systemd-udevd.service.xml @@ -99,9 +99,8 @@ <varlistentry> <term><option>--event-timeout=</option></term> <listitem> - <para>Wait for the event to finish up to the given - number of seconds. After this time the event will - be terminated. Default is 30.</para> + <para>Set the number of seconds to wait for events to finish. After + this time the event will be terminated. The default is 30 seconds.</para> </listitem> </varlistentry> @@ -171,7 +170,7 @@ <listitem> <para>Wait for events to finish up to the given number of seconds. This option might be useful if events are - terminated due to a timeout in large configurations.</para> + terminated due to kernel drivers taking too long to initialize.</para> </listitem> </varlistentry> <varlistentry> |