X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=udev%2Fudevadm.xml;h=09c22c44b1945f9904c6753bd245d83db23a4cb9;hb=c2e63452dda721bb7f127adefdfe444153a9bdca;hp=be8f886fc818454817785e4cbfcbca01d9d7bfa8;hpb=4ec9c3e79771aa95586390cecff4218cc8938160;p=elogind.git diff --git a/udev/udevadm.xml b/udev/udevadm.xml index be8f886fc..09c22c44b 100644 --- a/udev/udevadm.xml +++ b/udev/udevadm.xml @@ -44,6 +44,9 @@ udevadm test options devpath + + udevadm test-builtin options command devpath + Description @@ -149,6 +152,12 @@ Export the content of the udev database. + + + + Cleanup the udev database. + + @@ -183,7 +192,7 @@ Trigger a specific type of devices. Valid types are: - devices, subsystems, failed. + devices, subsystems. The default value is devices. @@ -246,6 +255,12 @@ specified multiple times and supports shell style pattern matching. + + + + Trigger events for all children of a given device. + + @@ -256,7 +271,7 @@ Maximum number of seconds to wait for the event queue to become empty. - The default value is 180 seconds. A value of 0 will check if the queue is empty + The default value is 120 seconds. A value of 0 will check if the queue is empty and always return immediately. @@ -296,6 +311,12 @@ udevadm control <replaceable>command</replaceable> Modify the internal state of the running udev daemon. + + + + Signal and wait for udevd to exit. + + @@ -339,6 +360,12 @@ same time. + + seconds + + The maximum number seconds to wait for a reply from udevd. + + @@ -416,6 +443,18 @@ + + udevadm test-builtin <optional>options</optional> <replaceable>command</replaceable> <replaceable>devpath</replaceable> + Run a built-in command for the given device, and print debug output. + + + + + Print help text. + + + + Author