diff options
author | Tom Gundersen <teg@jklm.no> | 2015-06-10 19:27:22 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2015-06-10 19:27:22 +0200 |
commit | 1f8cc1284c586b06ddf2ba5e5d8c9f13f987a1c5 (patch) | |
tree | 43da83dd3bcf80ce552d8f529d0682aba1e9a289 | |
parent | cd32b977facd20145f570efbfdf541ffc2780c4e (diff) | |
parent | 9de4d0ce2d6ceb7530fba4d686be58596c0a7bc1 (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.xml | 3 |
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> |