Hi!

I've noticed
../../gcc/doc/invoke.texi:15971: warning: @itemx should not begin @table
errors, fixed thusly, committed as obvious to trunk.
Probably it needs backporting too.

2018-05-28  Jakub Jelinek  <ja...@redhat.com>

        * doc/invoke.texi (ARM Options): Use @item instead of @itemx
        for armv5te.

--- gcc/doc/invoke.texi.jj      2018-05-25 14:34:35.589376306 +0200
+++ gcc/doc/invoke.texi 2018-05-28 12:11:59.028679696 +0200
@@ -15968,7 +15968,7 @@ The table below lists the supported exte
 Architectures not mentioned do not support any extensions.
 
 @table @samp
-@itemx armv5te
+@item armv5te
 @itemx armv6
 @itemx armv6j
 @itemx armv6k


        Jakub

Reply via email to