mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
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:
parent
60b316b1e9
commit
2233c2703c
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user