summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2013-03-18 18:09:46 +0100
committerTom Gundersen <teg@jklm.no>2013-03-18 18:28:59 +0100
commit08cbc57e87b19277568c6f7d038c460d9063775f (patch)
treee0e59fdda42f3bd4a716122c6500eabadd371772 /man
parentf4fbb8be14051c0ea920cebcb011c965d95a7b86 (diff)
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.
Diffstat (limited to 'man')
-rw-r--r--man/udev.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/udev.xml b/man/udev.xml
index eab525f0f..e253a0677 100644
--- a/man/udev.xml
+++ b/man/udev.xml
@@ -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>