X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=man%2Fudevadm.xml;h=a716b1819d783cdc8a67e788c89c23d20523b288;hb=6b49257f6b92c1bcdf02ca0e896009da36ed9bb0;hp=f25a1dfb48b2a6be9fe53b8e0a153393a7562b24;hpb=9fa326b18aef0c1e5c80e23a5b41de02155e6f7e;p=thirdparty%2Fsystemd.git diff --git a/man/udevadm.xml b/man/udevadm.xml index f25a1dfb48b..a716b1819d7 100644 --- a/man/udevadm.xml +++ b/man/udevadm.xml @@ -1,10 +1,7 @@ - - - + @@ -178,6 +175,14 @@ Cleanup the udev database. + + + + + Wait for device to be initialized. If argument SECONDS + is not specified, the default is to wait forever. + + @@ -220,8 +225,12 @@ - Type of event to be triggered. The default value is - change. + Type of event to be triggered. Possible actions are add, + remove, change, move, + online, offline, bind, + and unbind. Also, the special value help can be used + to list the possible actions. The default value is change. + @@ -350,7 +359,9 @@ 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. + return immediately. A non-zero value will return an exit + code of 0 if queue became empty before timeout was reached, + non-zero otherwise. @@ -363,6 +374,10 @@ + + See + systemd-udev-settle.service8 + for more information. udevadm control <replaceable>option</replaceable> @@ -513,9 +528,13 @@ - + - The action string. + Type of event to be simulated. Possible actions are add, + remove, change, move, + online, offline, bind, + and unbind. Also, the special value help can be used + to list the possible actions. The default value is add.