Commit efb66586 by Jerry DeLisle

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
parent 96ac4c9b
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment