diff options
author | Michael Witten <mfwitten@gmail.com> | 2011-04-08 21:39:33 +0000 |
---|---|---|
committer | Michael Witten <mfwitten@gmail.com> | 2011-04-11 05:49:36 +0000 |
commit | 2e9820e374b3f849cc120b10ab2db6053ce03dc2 (patch) | |
tree | 28f738d2e1ff6d347c7d1b26dc152f843cc03851 | |
parent | 65e039c2e2ec53b90aff1b949c3fc59fe1a8c02a (diff) |
Docs: udev.xml: Clarify PROGRAM key
Signed-off-by: Michael Witten <mfwitten@gmail.com>
-rw-r--r-- | udev/udev.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/udev/udev.xml b/udev/udev.xml index 3b1b4f83de..c9083446ed 100644 --- a/udev/udev.xml +++ b/udev/udev.xml @@ -258,10 +258,11 @@ <varlistentry> <term><option>PROGRAM</option></term> <listitem> - <para>Execute a program. The key is true, if the program returns + <para>Execute a program to determine whether there + is a match; the key is true if the program returns successfully. The device properties are made available to the - executed program in the environment. The program's output printed to - stdout, is available in the RESULT key.</para> + executed program in the environment. The program's stdout + is available in the RESULT key.</para> </listitem> </varlistentry> |