X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=udevtrigger.xml;h=60a7b1eaf7ecb1074239a18bc0dc511a821b37d5;hp=da83d56d7ab3f2773083d5f0825eca513fbdb17b;hb=fd40749e68c000f9d80083a5bcdb8183bac4bfdf;hpb=0d5be398ffd2f47e0b97f33ca2fd96319ee16c9d diff --git a/udevtrigger.xml b/udevtrigger.xml index da83d56d7..60a7b1eaf 100644 --- a/udevtrigger.xml +++ b/udevtrigger.xml @@ -3,19 +3,6 @@ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
- - xmlto - - Kay - Sievers - kay.sievers@vrfy.org - - - 2006 - Kay Sievers - - -
udevtrigger @@ -28,6 +15,7 @@ udevtrigger 8 + @@ -39,6 +27,12 @@ udevtrigger + + + + + + @@ -51,13 +45,51 @@ - print out the devices found in sysfs. + Print the list of devices which will be triggered. - don't actually trigger the event. + Do not actually trigger the event. + + + + + + Trigger only the events which are failed during a previous run. + + + + + + Trigger events for devices which belong to a matching subsystem. This option + can be specified multiple times and supports shell style pattern matching. + + + + + + Do not trigger events for devices which belong to a matching subsystem. This option + can be specified multiple times and supports shell style pattern matching. + + + + + + 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 + value using shell style pattern matching. If no value is specified, the existence of the + sysfs attribute is checked. This option can be specified multiple times. + + + + + + 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 + the given value using shell style pattern matching. If no value is specified, the existence + of the sysfs attribute is checked. This option can be specified multiple times. @@ -82,7 +114,7 @@ SEE ALSO - udev8 + udev7