X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=udevtrigger.xml;h=eb2b9851cd04a3b71226ce13aad4f75238df1c17;hp=c9b60d18fe123c00cf1496bedfea9d4c01dceae6;hb=285e2a24f67b1c09d7b4c54587802fc0a9d623eb;hpb=16801abde1888e24af9652e99522eab8ee8cb057 diff --git a/udevtrigger.xml b/udevtrigger.xml index c9b60d18f..eb2b9851c 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,13 @@ udevtrigger + + + + + + + @@ -51,13 +46,57 @@ - 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. + + + + + + Type of event to be triggered. The default value is "add". + + + + + + 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.