From mboxrd@z Thu Jan 1 00:00:00 1970 From: Phillip Susi Date: Mon, 05 Mar 2007 21:06:14 +0000 Subject: [PATCH] Fix typo in udev man page Message-Id: <11731287743253-git-send-email-psusi@cfl.rr.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: linux-hotplug@vger.kernel.org The udev man page said that a PROGRAM rule is true if the program returned _without_ an exit code of 0. This is backwards. The program returns _with_ exit code 0 to indicate success, and thus the rule is true. --- udev.7 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/udev.7 b/udev.7 index 7dd3c1f..13f3356 100644 --- a/udev.7 +++ b/udev.7 @@ -153,7 +153,7 @@ keys can be specified per rule. Dependin .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 pr= ogram. The program's output printed to stdout is available for the RESULT k= ey. +Execute external program. The key is true, if the program returns with exi= t code zero. The whole event environment is available to the executed progr= am. The program's output printed to stdout is available for the RESULT key. .RE .PP \fBRESULT\fR --=20 1.4.1 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=DEVD= EV _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel