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
This commit is contained in:
Jerry DeLisle 2007-10-26 21:59:07 +00:00
parent 96ac4c9bbd
commit efb6658632
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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