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]

[patch,commit] Fixed typo in doc/invoke.texi: @optindex => @opindex


I checked in the following as the typo @optindex broke the build.

Tobias

Index: gcc/doc/invoke.texi
===================================================================
--- gcc/doc/invoke.texi (Revision 119256)
+++ gcc/doc/invoke.texi (Arbeitskopie)
@@ -9727,7 +9727,7 @@
 blocks inline code is used, while for large blocks librarly call is used.

 @item -mstringop-strategy=@var{alg}
-@optindex mstringop-strategy=@var{alg}
+@opindex mstringop-strategy=@var{alg}
 Overwrite internal decision heuristic about particular algorithm to inline
 string opteration with.  The allowed values are @code{rep_byte},
 @code{rep_4byte}, @code{rep_8byte} for expanding using i386 @code{rep}
prefix
Index: gcc/ChangeLog
===================================================================
--- gcc/ChangeLog       (Revision 119256)
+++ gcc/ChangeLog       (Arbeitskopie)
@@ -1,3 +1,7 @@
+2006-11-27  Tobias Burnus  <burnus@net-b.de>
+
+       * doc/invoke.texi: Fixed typo.
+


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