From fb63ae13d021389b3e96bc1183ec7f84a054553a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 17 Mar 1997 03:54:07 +0000 Subject: [PATCH] (EXIT_FAILURE): Fix typo. Patch by robbe@orcus.priv.at. --- manual/startup.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2