aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRyan Mansfield <rmansfield@qnx.com>2006-10-04 10:21:08 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2006-10-04 10:21:08 +0000
commit1576e2be3313a3639d56dc35e311b13b9f1a25b2 (patch)
tree1009046e7b4cdd2ffaabcef8c7eb49415b756c47 /gcc
parent58e93a261f8417364d3944867c95f1a1ca32513d (diff)
downloadgcc-1576e2be3313a3639d56dc35e311b13b9f1a25b2.zip
gcc-1576e2be3313a3639d56dc35e311b13b9f1a25b2.tar.gz
gcc-1576e2be3313a3639d56dc35e311b13b9f1a25b2.tar.bz2
re PR c++/28448 (doc reference to -fdiagnostics-show-options looks like it should be -fdiagnostics-show-option)
2006-10-02 Ryan Mansfield <rmansfield@qnx.com> PR c++/28448 * doc/invoke.texi (fdiagnostics-show-option): Fix typos. From-SVN: r117429
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/invoke.texi6
2 files changed, 8 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f4294eb..6cb1973 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2006-10-04 Ryan Mansfield <rmansfield@qnx.com>
+
+ PR c++/28448
+ * doc/invoke.texi (fdiagnostics-show-option): Fix typos.
+
2006-10-03 Geoffrey Keating <geoffk@apple.com>
* config/i386/darwin-libgcc.10.5.ver: Update to symbol list for
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 6d7bc1e..f9f9615 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -217,7 +217,7 @@ Objective-C and Objective-C++ Dialects}.
@xref{Language Independent Options,,Options to Control Diagnostic Messages Formatting}.
@gccoptlist{-fmessage-length=@var{n} @gol
-fdiagnostics-show-location=@r{[}once@r{|}every-line@r{]}} @gol
--fdiagnostics-show-options
+-fdiagnostics-show-option
@item Warning Options
@xref{Warning Options,,Options to Request or Suppress Warnings}.
@@ -2236,8 +2236,8 @@ messages reporter to emit the same source location information (as
prefix) for physical lines that result from the process of breaking
a message which is too long to fit on a single line.
-@item -fdiagnostics-show-options
-@opindex fdiagnostics-show-options
+@item -fdiagnostics-show-option
+@opindex fdiagnostics-show-option
This option instructs the diagnostic machinery to add text to each
diagnostic emitted, which indicates which command line option directly
controls that diagnostic, when such an option is known to the