diff options
author | Brooks Moses <brooks.moses@codesourcery.com> | 2006-11-09 08:25:12 +0000 |
---|---|---|
committer | Brooks Moses <brooks@gcc.gnu.org> | 2006-11-09 00:25:12 -0800 |
commit | dd508457929491e31e646e5005070e73329db393 (patch) | |
tree | 17d30314017dc87377f620be61cc865875c99d73 /gcc | |
parent | 592600ceb10b4c47a9ea46f84db467d23bad7c23 (diff) | |
download | gcc-dd508457929491e31e646e5005070e73329db393.zip gcc-dd508457929491e31e646e5005070e73329db393.tar.gz gcc-dd508457929491e31e646e5005070e73329db393.tar.bz2 |
invoke.texi: Minor formatting fixes in option lists.
* doc/invoke.texi: Minor formatting fixes in option lists.
From-SVN: r118617
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 549d5bc..79191a1d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-11-08 Brooks Moses <brooks.moses@codesourcery.com> + + * doc/invoke.texi: Minor formatting fixes in option lists. + 2006-11-08 Zdenek Dvorak <dvorakz@suse.cz> PR tree-optimization/29738 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 8d221ef..8c9174e 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -197,8 +197,7 @@ in the following sections. @item Objective-C and Objective-C++ Language Options @xref{Objective-C and Objective-C++ Dialect Options,,Options Controlling Objective-C and Objective-C++ Dialects}. -@gccoptlist{ --fconstant-string-class=@var{class-name} @gol +@gccoptlist{-fconstant-string-class=@var{class-name} @gol -fgnu-runtime -fnext-runtime @gol -fno-nil-receivers @gol -fobjc-call-cxx-cdtors @gol @@ -216,8 +215,8 @@ Objective-C and Objective-C++ Dialects}. @item Language Independent Options @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-option +-fdiagnostics-show-location=@r{[}once@r{|}every-line@r{]} @gol +-fdiagnostics-show-option} @item Warning Options @xref{Warning Options,,Options to Request or Suppress Warnings}. |