X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=udev%2Fudevadm.xml;h=09c22c44b1945f9904c6753bd245d83db23a4cb9;hb=009cc08c7b85bc6d69145a4b1efd7be534da1b45;hp=00f299fb73827862770a97ed747680fa438d855c;hpb=4281da1fa6fda10c15bee984825fc607a8385004;p=elogind.git diff --git a/udev/udevadm.xml b/udev/udevadm.xml index 00f299fb7..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 @@ -110,6 +113,12 @@ query returns the absolute path including the root directory. + + + + The udev runtime directory: /run/udev. + + @@ -144,12 +153,9 @@ - + - Convert the database of an earlier udev version to the current format. This - is only useful on udev version upgrades, where the content of the old database might - be needed for the running system, and it is not sufficient for it, to be re-created - with the next bootup. + Cleanup the udev database. @@ -186,7 +192,7 @@ Trigger a specific type of devices. Valid types are: - devices, subsystems, failed. + devices, subsystems. The default value is devices. @@ -249,6 +255,12 @@ specified multiple times and supports shell style pattern matching. + + + + Trigger events for all children of a given device. + + @@ -259,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. @@ -299,6 +311,12 @@ udevadm control <replaceable>command</replaceable> Modify the internal state of the running udev daemon. + + + + Signal and wait for udevd to exit. + + @@ -342,6 +360,12 @@ same time. + + seconds + + The maximum number seconds to wait for a reply from udevd. + + @@ -419,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