This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Otherwise, it starts a new paragraph.Tested by inspecting the
resulting html. Committed as obvious.

Cheers,

Manuel.

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.
+


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]