From: Michael Witten Date: Fri, 8 Apr 2011 21:39:33 +0000 (+0000) Subject: Docs: udev.xml: Clarify PROGRAM key X-Git-Tag: 174~138^2~22 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=2e9820e374b3f849cc120b10ab2db6053ce03dc2 Docs: udev.xml: Clarify PROGRAM key Signed-off-by: Michael Witten --- diff --git a/udev/udev.xml b/udev/udev.xml index 3b1b4f83d..c9083446e 100644 --- a/udev/udev.xml +++ b/udev/udev.xml @@ -258,10 +258,11 @@ - Execute a program. The key is true, if the program returns + 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. + executed program in the environment. The program's stdout + is available in the RESULT key.