X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=udevtrigger.xml;h=60a7b1eaf7ecb1074239a18bc0dc511a821b37d5;hb=77ab93ed972d3a83d8f48d434c7e28153ae6dab6;hp=c9b60d18fe123c00cf1496bedfea9d4c01dceae6;hpb=16801abde1888e24af9652e99522eab8ee8cb057;p=elogind.git diff --git a/udevtrigger.xml b/udevtrigger.xml index c9b60d18f..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.