diff options
author | Tom Gundersen <teg@jklm.no> | 2013-03-18 18:09:46 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2013-03-18 18:28:59 +0100 |
commit | 08cbc57e87b19277568c6f7d038c460d9063775f (patch) | |
tree | e0e59fdda42f3bd4a716122c6500eabadd371772 /man/udev.xml | |
parent | f4fbb8be14051c0ea920cebcb011c965d95a7b86 (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/udev.xml')
-rw-r--r-- | man/udev.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/udev.xml b/man/udev.xml index eab525f0f3..e253a0677a 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> |