diff mbox

[committed] avoid @opindex before @item in invoke.texi

Message ID CAESRpQBA2i+qURrDfhjh0JCUqmkMYYNdoeWyxUNBkVq=2H4Ptw@mail.gmail.com
State New
Headers show

Commit Message

Manuel López-Ibáñez April 17, 2012, 10:45 p.m. UTC
Otherwise, it starts a new paragraph.Tested by inspecting the
resulting html. Committed as obvious.

Cheers,

Manuel.
diff mbox

Patch

Index: gcc/doc/invoke.texi
===================================================================
--- gcc/doc/invoke.texi (revision 186552)
+++ gcc/doc/invoke.texi (working copy)
@@ -2875,8 +2875,8 @@ 
 line-wrapping is done; each error message appears on a single
 line.

+@item -fdiagnostics-show-location=once
 @opindex fdiagnostics-show-location
-@item -fdiagnostics-show-location=once
 Only meaningful in line-wrapping mode.  Instructs the diagnostic messages
 reporter to emit @emph{once} source location information; that is, in
 case the message is too long to fit on a single physical line and has to
Index: gcc/ChangeLog
===================================================================
--- gcc/ChangeLog       (revision 186552)
+++ gcc/ChangeLog       (working copy)
@@ -1,3 +1,8 @@ 
+2012-04-18  Manuel López-Ibáñez  <manu@gcc.gnu.org>
+
+        * doc/invoke.texi (Language Independent Options): @item should be
+       before @opindex.
+