man: udev - clarify when RUN is executed

Unlike IMPORT and PROGRAM, RUN is not executed inline, but after all the rules of the given event have been processed.
This commit is contained in:
Tom Gundersen 2013-03-18 18:09:46 +01:00
parent f4fbb8be14
commit 08cbc57e87

View file

@ -374,8 +374,8 @@
<varlistentry>
<term><option>RUN{<replaceable>type</replaceable>}</option></term>
<listitem>
<para>Add a program to the list of programs to be executed for a specific
device, depending on <literal>type</literal>:</para>
<para>Add a program to the list of programs to be executed after processing all the
rules for a specific event, depending on <literal>type</literal>:</para>
<variablelist>
<varlistentry>
<term><literal>program</literal></term>