diff options
author | Yigal Korman <ykorman@gmail.com> | 2020-06-07 20:46:59 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2020-06-09 17:31:49 +0200 |
commit | 2233c2703c91325f8c742daf2d37c1343f35998e (patch) | |
tree | a624347a31250793500a031f43614bbcd80e7445 /man/udevadm.xml | |
parent | test-network: wait 2min for the bridge being in configured state (diff) | |
download | systemd-2233c2703c91325f8c742daf2d37c1343f35998e.tar.xz systemd-2233c2703c91325f8c742daf2d37c1343f35998e.zip |
man: udevadm: mention non-zero exit code on settle
'udevadm settle --timeout=XY' will return 1 in case the timeout was
reached and the event queue was not empty.
The manpage should mention it.
Diffstat (limited to 'man/udevadm.xml')
-rw-r--r-- | man/udevadm.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/udevadm.xml b/man/udevadm.xml index c2f2bc95d2..a716b1819d 100644 --- a/man/udevadm.xml +++ b/man/udevadm.xml @@ -359,7 +359,9 @@ <para>Maximum number of seconds to wait for the event queue to become empty. The default value is 120 seconds. A value of 0 will check if the queue is empty and always - return immediately.</para> + return immediately. A non-zero value will return an exit + code of 0 if queue became empty before timeout was reached, + non-zero otherwise.</para> </listitem> </varlistentry> <varlistentry> |