X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=udevadm.xml;h=670c991457145e7c53b62a47ead133101b6efb4b;hb=4cd71da5603898cff68a31774be570750d7fd659;hp=ccbeeca404cdb2b083745780fc2d0044463c818f;hpb=101d112e38c2315cac6eb1b7067ea7ef31d9c430;p=elogind.git diff --git a/udevadm.xml b/udevadm.xml index ccbeeca40..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. + + @@ -241,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.