X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=udev%2Fudevadm.xml;h=ebc4aa150fa793501024bca6a993740c38ca8c77;hp=075890845b0cb80d75eed36b7d939eb83e1d9940;hb=18cff5c3b2e3591fa46107288ea2d7026a15ccf3;hpb=e5931bb7d86226a3823bdf5f4ec01c857827d386 diff --git a/udev/udevadm.xml b/udev/udevadm.xml index 075890845..ebc4aa150 100644 --- a/udev/udevadm.xml +++ b/udev/udevadm.xml @@ -150,7 +150,7 @@ udevadm trigger <optional>options</optional> - Request device uevents, usually used to replay events at system coldplug. + Request device events from the kernel. Usually used to replay events at system coldplug time. @@ -165,15 +165,17 @@ - + - Trigger only the events which are failed during a previous run. + Trigger a specific type of devices. Valid types are: + devices, subsystems, failed. + The default value is devices. - Type of event to be triggered. The default value is "add". + Type of event to be triggered. The default value is add. @@ -208,23 +210,6 @@ of the sysfs attribute is checked. This option can be specified multiple times. - - - - Pass the synthesized events to the specified socket, instead of triggering - a global kernel event. All available event values will be send in the same format - the kernel sends an uevent, or - sends a message. If the first character of the specified path is an @ character, - an abstract namespace socket is used, instead of an existing socket file. - - - - - - Pass an additional environemt key to the event. This works only with the - --socket option. - - @@ -235,7 +220,14 @@ Maximum number of seconds to wait for the event queue to become empty. - The default value is 180 seconds. + The default value is 180 seconds. A value of 0 will check if the queue is empty + and always return immediately. + + + + + + Do not print any output, like the remaining queue entries when reachin the timeout. @@ -290,13 +282,6 @@ same time. - - - - Set the maximum number of events, which are allowed to run at the - same time. - -