aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJerry DeLisle <jvdelisle@gcc.gnu.org>2007-10-26 21:59:07 +0000
committerJerry DeLisle <jvdelisle@gcc.gnu.org>2007-10-26 21:59:07 +0000
commitefb6658632189febb40ffa1bae7739b2a14832f6 (patch)
treebbd113889c368a22d3bb81020af334e23ce3ad97 /gcc
parent96ac4c9bbd9e0319d478aeb7fce1d8bc3cbb2468 (diff)
downloadgcc-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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/fortran/ChangeLog4
-rw-r--r--gcc/fortran/invoke.texi4
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