diff options
Diffstat (limited to 'udev/udev.xml')
-rw-r--r-- | udev/udev.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/udev/udev.xml b/udev/udev.xml index 5aa6c38da4..56fda1070d 100644 --- a/udev/udev.xml +++ b/udev/udev.xml @@ -336,9 +336,9 @@ 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>record_failed</replaceable>}</option> is specified, - and the executed program returns non-zero, the event will be marked as failed - for a possible later handling.</para> + <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> <para>If the specified string starts with <option>socket:<replaceable>path</replaceable></option>, all current event values will be passed to the specified socket, as a message in the same |