From 7a8cf5f449a53af9b611061445e1d8c4f77748f5 Mon Sep 17 00:00:00 2001 From: brooks Date: Thu, 9 Nov 2006 08:25:12 +0000 Subject: [PATCH] * doc/invoke.texi: Minor formatting fixes in option lists. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118617 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/doc/invoke.texi | 7 +++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 549d5bc864d..79191a1d70a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-11-08 Brooks Moses + + * doc/invoke.texi: Minor formatting fixes in option lists. + 2006-11-08 Zdenek Dvorak PR tree-optimization/29738 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 8d221ef4ef4..8c9174e105b 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}. -- 2.11.4.GIT