about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-03-17 03:54:07 +0000
committerUlrich Drepper <drepper@redhat.com>1997-03-17 03:54:07 +0000
commitfb63ae13d021389b3e96bc1183ec7f84a054553a (patch)
tree752caf61ae5e88ca5eb54237de2fbf3cce39cfc7
parent44a09a3306c0b15982cb10fa30d06cc5e6237f00 (diff)
downloadglibc-fb63ae13d021389b3e96bc1183ec7f84a054553a.tar.gz
glibc-fb63ae13d021389b3e96bc1183ec7f84a054553a.tar.xz
glibc-fb63ae13d021389b3e96bc1183ec7f84a054553a.zip
(EXIT_FAILURE): Fix typo. Patch by robbe@orcus.priv.at.
-rw-r--r--manual/startup.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/startup.texi b/manual/startup.texi
index 426f9496b5..db6a4c8e32 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