X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=man%2Fudevadm.xml;h=a716b1819d783cdc8a67e788c89c23d20523b288;hb=6b222c4b0227f9914446ac54754aea867f742be4;hp=467402ca7502177a01881c16939c531e122fbef3;hpb=3a54a157605bd7d4bf1be05e28201f3d9422cecc;p=thirdparty%2Fsystemd.git diff --git a/man/udevadm.xml b/man/udevadm.xml index 467402ca750..a716b1819d7 100644 --- a/man/udevadm.xml +++ b/man/udevadm.xml @@ -175,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,7 +228,9 @@ Type of event to be triggered. Possible actions are add, remove, change, move, online, offline, bind, - and unbind. The default value is change. + and unbind. Also, the special value help can be used + to list the possible actions. The default value is change. + @@ -349,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. @@ -362,6 +374,10 @@ + + See + systemd-udev-settle.service8 + for more information. udevadm control <replaceable>option</replaceable> @@ -512,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.