diff options
author | Matthias Klose <doko@debian.org> | 1999-10-22 02:32:26 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-10-21 20:32:26 -0600 |
commit | 84221183beedd004a3c3981a771192584cc44838 (patch) | |
tree | 3fe33bf99c973a355caf03a164abeac4707249b9 /gcc/gcc.1 | |
parent | 8badec73ebc7e6194770ad8e845e51076d44451b (diff) | |
download | gcc-84221183beedd004a3c3981a771192584cc44838.zip gcc-84221183beedd004a3c3981a771192584cc44838.tar.gz gcc-84221183beedd004a3c3981a771192584cc44838.tar.bz2 |
* gcc.1: Document exit codes.
From-SVN: r30124
Diffstat (limited to 'gcc/gcc.1')
-rw-r--r-- | gcc/gcc.1 | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -20,7 +20,7 @@ .if n .sp .if t .sp 0.4 .. -.Id $Id: gcc.1,v 1.10 1999/06/02 01:37:02 law Exp $ +.Id $Id: gcc.1,v 1.11 1999/09/23 14:49:11 law Exp $ .TH GCC 1 "\*(Dt" "GNU Tools" "GNU Tools" .SH NAME gcc, g++ \- GNU project C and C++ Compiler (gcc-2.96) @@ -4141,6 +4141,11 @@ comes from the environment variable if available, else .B /tmp\c \&). +.SH "EXIT STATUS" +Normally the exit status is 0, if compilation or link edit are successful, +and nonzero else. The option +.B -Werror +treats each warning as an error. .SH "SEE ALSO" cpp(1), as(1), ld(1), gdb(1), adb(1), dbx(1), sdb(1). .br |