X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=udevtrigger.xml;h=eb2b9851cd04a3b71226ce13aad4f75238df1c17;hp=da83d56d7ab3f2773083d5f0825eca513fbdb17b;hb=e2ecb34ffd4fd8b0d31a65ec0c59dc4f8023ad6d;hpb=0d5be398ffd2f47e0b97f33ca2fd96319ee16c9d diff --git a/udevtrigger.xml b/udevtrigger.xml index da83d56d7..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. @@ -82,7 +121,7 @@ SEE ALSO - udev8 + udev7