diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2011-03-23 23:56:15 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2011-03-23 23:56:15 +0100 |
commit | 864fde8a087c0edbc0ee3aca83f9289fc32cfcee (patch) | |
tree | a8eacc92566ae71b3d1b301b5b65264cfe8ce476 /udev/udev.xml | |
parent | 079f5697c1f00f01c2ef310c97c659444910371f (diff) |
man: remove trigger --type=failed handling
Diffstat (limited to 'udev/udev.xml')
-rw-r--r-- | udev/udev.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/udev/udev.xml b/udev/udev.xml index deb3429698..ae9179826a 100644 --- a/udev/udev.xml +++ b/udev/udev.xml @@ -383,10 +383,7 @@ device. This can only be used for very short running tasks. Running an event process for a long period of time may block all further events for this or a dependent device. Long running tasks need to be immediately - detached from the event process itself. If the option - <option>RUN{<replaceable>fail_event_on_error</replaceable>}</option> is - specified, and the executed program returns non-zero, the event will be - marked as failed for a possible later handling.</para> + detached from the event process itself.</para> <para>If no absolute path is given, the program is expected to live in <filename>/lib/udev</filename>, otherwise the absolute path must be specified. Program name and arguments are separated by spaces. Single quotes |