X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=udev%2Fudevadm.xml;h=2fdbb42b2bb872919954fbdb2ef2cc1ffd08c029;hb=8ab7a9be03441db21d459cbb9c08400377c3556d;hp=9a063f429001292816259fc4a240ef8a3b825979;hpb=63749b1a5fc68a44024dc6a4299b04a1f5d437e8;p=elogind.git diff --git a/udev/udevadm.xml b/udev/udevadm.xml index 9a063f429..2fdbb42b2 100644 --- a/udev/udevadm.xml +++ b/udev/udevadm.xml @@ -44,6 +44,9 @@ udevadm test options devpath + + udevadm test-builtin options command devpath + Description @@ -110,6 +113,12 @@ query returns the absolute path including the root directory. + + + + The udev runtime directory: /run/udev. + + @@ -118,6 +127,18 @@ along the chain, up to the root of sysfs that can be used in udev rules. + + + + Print output as key/value pairs. Values are enclosed in single quotes. + + + + + + Add a prefix to the key name of exported values. + + @@ -131,6 +152,12 @@ Export the content of the udev database. + + + + Cleanup the udev database. + + @@ -165,7 +192,7 @@ Trigger a specific type of devices. Valid types are: - devices, subsystems, failed. + devices, subsystems. The default value is devices. @@ -228,6 +255,12 @@ specified multiple times and supports shell style pattern matching. + + + + Trigger events for all children of a given device. + + @@ -238,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. @@ -278,6 +311,12 @@ udevadm control <replaceable>command</replaceable> Modify the internal state of the running udev daemon. + + + + Signal and wait for udevd to exit. + + @@ -315,12 +354,18 @@ - value + value Set the maximum number of events, udevd will handle at the same time. + + seconds + + The maximum number seonds to wait for a reply from udevd. + + @@ -398,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