From: Ulrich Drepper Date: Mon, 17 Mar 1997 03:54:07 +0000 (+0000) Subject: (EXIT_FAILURE): Fix typo. Patch by robbe@orcus.priv.at. X-Git-Tag: cvs/glibc-2_0_4~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb63ae13d021389b3e96bc1183ec7f84a054553a;p=thirdparty%2Fglibc.git (EXIT_FAILURE): Fix typo. Patch by robbe@orcus.priv.at. --- diff --git a/manual/startup.texi b/manual/startup.texi index 426f9496b54..db6a4c8e323 100644 --- a/manual/startup.texi +++ b/manual/startup.texi @@ -830,7 +830,7 @@ unsuccessful program completion in a general sense. On POSIX systems, the value of this macro is @code{1}. On other systems, the value might be some other (possibly non-constant) integer -expression. Other nonzero status values also indicate future. Certain +expression. Other nonzero status values also indicate failures. Certain programs use different nonzero status values to indicate particular kinds of "non-success". For example, @code{diff} uses status value @code{1} to mean that the files are different, and @code{2} or more to