Commit 1576e2be by Ryan Mansfield Committed by Richard Sandiford

re PR c++/28448 (doc reference to -fdiagnostics-show-options looks like it…

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
parent 58e93a26
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> 2006-10-03 Geoffrey Keating <geoffk@apple.com>
* config/i386/darwin-libgcc.10.5.ver: Update to symbol list for * config/i386/darwin-libgcc.10.5.ver: Update to symbol list for
......
...@@ -217,7 +217,7 @@ Objective-C and Objective-C++ Dialects}. ...@@ -217,7 +217,7 @@ Objective-C and Objective-C++ Dialects}.
@xref{Language Independent Options,,Options to Control Diagnostic Messages Formatting}. @xref{Language Independent Options,,Options to Control Diagnostic Messages Formatting}.
@gccoptlist{-fmessage-length=@var{n} @gol @gccoptlist{-fmessage-length=@var{n} @gol
-fdiagnostics-show-location=@r{[}once@r{|}every-line@r{]}} @gol -fdiagnostics-show-location=@r{[}once@r{|}every-line@r{]}} @gol
-fdiagnostics-show-options -fdiagnostics-show-option
@item Warning Options @item Warning Options
@xref{Warning Options,,Options to Request or Suppress Warnings}. @xref{Warning Options,,Options to Request or Suppress Warnings}.
...@@ -2236,8 +2236,8 @@ messages reporter to emit the same source location information (as ...@@ -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 prefix) for physical lines that result from the process of breaking
a message which is too long to fit on a single line. a message which is too long to fit on a single line.
@item -fdiagnostics-show-options @item -fdiagnostics-show-option
@opindex fdiagnostics-show-options @opindex fdiagnostics-show-option
This option instructs the diagnostic machinery to add text to each This option instructs the diagnostic machinery to add text to each
diagnostic emitted, which indicates which command line option directly diagnostic emitted, which indicates which command line option directly
controls that diagnostic, when such an option is known to the controls that diagnostic, when such an option is known to 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