man: fix typo

This commit is contained in:
Kay Sievers 2007-03-07 21:02:17 +01:00
parent 88caa9da18
commit 684e935faf
2 changed files with 3 additions and 3 deletions

2
udev.7
View File

@ -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

View File

@ -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>