summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2015-06-10 19:27:22 +0200
committerTom Gundersen <teg@jklm.no>2015-06-10 19:27:22 +0200
commit1f8cc1284c586b06ddf2ba5e5d8c9f13f987a1c5 (patch)
tree43da83dd3bcf80ce552d8f529d0682aba1e9a289
parentcd32b977facd20145f570efbfdf541ffc2780c4e (diff)
parent9de4d0ce2d6ceb7530fba4d686be58596c0a7bc1 (diff)
Merge pull request #146 from arvidjaar/pr/udev-import-program-exit-code-man
man: clarify that IMPORT{program} is done only for zero exit code
-rw-r--r--man/udev.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/man/udev.xml b/man/udev.xml
index d5d8a17cdb..70f4f59c08 100644
--- a/man/udev.xml
+++ b/man/udev.xml
@@ -472,7 +472,8 @@
<varlistentry>
<term><literal>program</literal></term>
<listitem>
- <para>Execute an external program specified as the assigned value and
+ <para>Execute an external program specified as the assigned
+ value and if it returns successfully
import its output, which must be in environment key
format. Path specification, command/argument separation,
and quoting work like in <varname>RUN</varname>.</para>