X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=udevadm.xml;h=670c991457145e7c53b62a47ead133101b6efb4b;hb=4cd71da5603898cff68a31774be570750d7fd659;hp=5a47b734b5c6906ed4a3c7d14c29929775fb590b;hpb=d6856b85a1fb022fb2ba7c860290341af8bc75bd;p=elogind.git diff --git a/udevadm.xml b/udevadm.xml index 5a47b734b..670c99145 100644 --- a/udevadm.xml +++ b/udevadm.xml @@ -130,7 +130,7 @@ udevadm trigger <optional>options</optional> - Request kernel device uevents, usually used to replay events at system coldplug. + Request device uevents, usually used to replay events at system coldplug. @@ -171,7 +171,7 @@ - + Trigger events for devices with a matching sysfs attribute. If a value is specified along with the attribute name, the content of the attribute is matched against the given @@ -180,7 +180,7 @@ - + Do not trigger events for devices with a matching sysfs attribute. If a value is specified along with the attribute name, the content of the attribute is matched against @@ -188,6 +188,23 @@ 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. + + @@ -197,7 +214,8 @@ - Maximum seconds to wait for the queue to become empty. + Maximum number of seconds to wait for the event queue to become empty. + The default value is 180 seconds. @@ -240,20 +258,20 @@ - + Set global variable. - + value Set the maximum number of events, udevd will handle at the same time. - + Set the maximum number of events, which are allowed to run at the same time.