chiark / gitweb /
man: udev - clarify when RUN is executed
authorTom Gundersen <teg@jklm.no>
Mon, 18 Mar 2013 17:09:46 +0000 (18:09 +0100)
committerTom Gundersen <teg@jklm.no>
Mon, 18 Mar 2013 17:28:59 +0000 (18:28 +0100)
Unlike IMPORT and PROGRAM, RUN is not executed inline, but after all the rules of the given event have been processed.

man/udev.xml

index eab525f0f35ed265b992d93dba4abd688fd4798b..e253a0677a95c4a7a7e9b5aea9adbf305bfcf2d7 100644 (file)
         <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>