diff options
author | Jerry DeLisle <jvdelisle@gcc.gnu.org> | 2007-10-26 21:59:07 +0000 |
---|---|---|
committer | Jerry DeLisle <jvdelisle@gcc.gnu.org> | 2007-10-26 21:59:07 +0000 |
commit | efb6658632189febb40ffa1bae7739b2a14832f6 (patch) | |
tree | bbd113889c368a22d3bb81020af334e23ce3ad97 | |
parent | 96ac4c9bbd9e0319d478aeb7fce1d8bc3cbb2468 (diff) | |
download | gcc-efb6658632189febb40ffa1bae7739b2a14832f6.zip gcc-efb6658632189febb40ffa1bae7739b2a14832f6.tar.gz gcc-efb6658632189febb40ffa1bae7739b2a14832f6.tar.bz2 |
invoke.texi: Fix typo in -fmax-errors=.
2007-10-26 Jerry DeLisle <jvdelisle@gcc.gnu.org>
* invoke.texi: Fix typo in -fmax-errors=.
From-SVN: r129663
-rw-r--r-- | gcc/fortran/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/fortran/invoke.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 9a16c5f..e462079 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2007-10-26 Jerry DeLisle <jvdelisle@gcc.gnu.org> + + * invoke.texi: Fix typo in -fmax-errors=. + 2007-10-26 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> PR fortran/29784 diff --git a/gcc/fortran/invoke.texi b/gcc/fortran/invoke.texi index 1a2d1a7..7ab41de 100644 --- a/gcc/fortran/invoke.texi +++ b/gcc/fortran/invoke.texi @@ -359,8 +359,8 @@ These options control the amount and kinds of errors and warnings produced by GNU Fortran: @table @gcctabopt -@item -fmax-errors-@var{n} -@opindex @code{fmax-errors-}@var{n} +@item -fmax-errors=@var{n} +@opindex @code{fmax-errors=}@var{n} @cindex errors, limiting Limits the maximum number of error messages to @var{n}, at which point GNU Fortran bails out rather than attempting to continue processing the |