]> git.pld-linux.org Git - packages/crossmingw32-gcc.git/blob - gcc-manpage.patch
- rel 4
[packages/crossmingw32-gcc.git] / gcc-manpage.patch
1 # DP: Document exit codes.
2
3 Wed Oct 20 22:55:23 1999  Matthias Klose  <doko@debian.org>
4
5         * gcc.1: Document exit codes.
6
7 --- gcc/gcc.1.orig      Thu Oct 21 12:52:54 1999
8 +++ gcc/gcc.1   Thu Oct 21 12:53:15 1999
9 @@ -4141,6 +4141,11 @@
10  if available, else
11  .B /tmp\c
12  \&).
13 +.SH "EXIT STATUS"
14 +Normally the exit status is 0, if compilation or link edit are successful,
15 +and nonzero else. The option
16 +.B -Werror
17 +treats each warning as an error.
18  .SH "SEE ALSO"
19  cpp(1), as(1), ld(1), gdb(1), adb(1), dbx(1), sdb(1).
20  .br
This page took 0.04371 seconds and 3 git commands to generate.