From: Kay Sievers Date: Wed, 7 Mar 2007 20:02:17 +0000 (+0100) Subject: man: fix typo X-Git-Tag: 174~2052 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=684e935fafdf75c57f1cfd6b91666353270bce8d;p=thirdparty%2Fsystemd.git man: fix typo --- diff --git a/udev.7 b/udev.7 index 7dd3c1f2b7d..6d0c3c897cf 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 68edb8fb990..bd099479f24 100644 --- a/udev.xml +++ b/udev.xml @@ -228,8 +228,8 @@ 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.