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.
This commit is contained in:
Yigal Korman 2020-06-07 21:46:59 +03:00 committed by Lennart Poettering
parent 60b316b1e9
commit 2233c2703c
1 changed files with 3 additions and 1 deletions

View File

@ -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>