X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=udevadm.xml;h=121c1401d6850a1ff0bdb6f5c15ea598e78add12;hb=1d918b50cddc975abbfd06af134a6d843d9bc7f0;hp=5a47b734b5c6906ed4a3c7d14c29929775fb590b;hpb=d6856b85a1fb022fb2ba7c860290341af8bc75bd;p=elogind.git diff --git a/udevadm.xml b/udevadm.xml index 5a47b734b..121c1401d 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. @@ -188,6 +188,16 @@ 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. + + @@ -197,7 +207,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.