Skip to content

Commit

Permalink
man: remove trigger --type=failed handling
Browse files Browse the repository at this point in the history
  • Loading branch information
kaysievers committed Mar 23, 2011
1 parent 079f569 commit 864fde8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion TODO
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- bind control socket in systemd

- kill --failed
- remove deprecated trigger --type=failed logic

- remove deprecated BUS=, SYSFS{}=, ID= keys
5 changes: 1 addition & 4 deletions udev/udev.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion udev/udevadm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
<term><option>--type=<replaceable>type</replaceable></option></term>
<listitem>
<para>Trigger a specific type of devices. Valid types are:
<command>devices</command>, <command>subsystems</command>, <command>failed</command>.
<command>devices</command>, <command>subsystems</command>.
The default value is <command>devices</command>.</para>
</listitem>
</varlistentry>
Expand Down

0 comments on commit 864fde8

Please sign in to comment.