chiark / gitweb /
man: fix typo
authorKay Sievers <kay.sievers@vrfy.org>
Wed, 7 Mar 2007 20:02:17 +0000 (21:02 +0100)
committerKay Sievers <kay.sievers@vrfy.org>
Wed, 7 Mar 2007 20:02:17 +0000 (21:02 +0100)
udev.7
udev.xml

diff --git a/udev.7 b/udev.7
index 7dd3c1f2b7dc82111eb277f05dd5737921c49fa6..6d0c3c897cfdd765fd393f61c3736f0f79831a02 100644 (file)
--- 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
index 68edb8fb99000826084c8f74392c401bd1a5cd09..bd099479f24a7f2eabdcf61a8052462a3ebcb9db 100644 (file)
--- a/udev.xml
+++ b/udev.xml
               <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>