summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--udev.72
-rw-r--r--udev.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/udev.7 b/udev.7
index 7dd3c1f2b7..6d0c3c897c 100644
--- a/udev.7
+++ b/udev.7
@@ -153,7 +153,7 @@ keys can be specified per rule. Depending on the type of operator, this key is a
.PP
\fBPROGRAM\fR
.RS 4
-Execute external program. The key is true, if the program returns without exit code zero. The whole event environment is available to the executed program. The program's output printed to stdout is available for the RESULT key.
+Execute external program. The key is true, if the program returns with exit code zero. The whole event environment is available to the executed program. The program's output printed to stdout, is available in the RESULT key.
.RE
.PP
\fBRESULT\fR
diff --git a/udev.xml b/udev.xml
index 68edb8fb99..bd099479f2 100644
--- a/udev.xml
+++ b/udev.xml
@@ -228,8 +228,8 @@
<term><option>PROGRAM</option></term>
<listitem>
<para>Execute external program. The key is true, if the program returns
- without exit code zero. The whole event environment is available to the
- executed program. The program's output printed to stdout is available for
+ with exit code zero. The whole event environment is available to the
+ executed program. The program's output printed to stdout, is available in
the RESULT key.</para>
</listitem>
</varlistentry>