summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2007-03-07 21:02:17 +0100
committerKay Sievers <kay.sievers@vrfy.org>2007-03-07 21:02:17 +0100
commit684e935fafdf75c57f1cfd6b91666353270bce8d (patch)
tree0e4e79b58556e6bc658425508463d7484c275c70
parent88caa9da18841561c604c5a237cb776375eee035 (diff)
man: fix typo
-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>