From: Tobias Burnus Date: Tue, 20 Oct 2020 13:32:58 +0000 (+0200) Subject: gcc/doc/invoke.texi: Fix @table syntax X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f7378bbf4778a09ccdf7e46dd81731ea4f7d638b;p=gcc.git gcc/doc/invoke.texi: Fix @table syntax gcc/ * doc/invoke.texi (NVPTX options): Use @item not @itemx. --- diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index b3418b43a34..0b87822349f 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -25614,7 +25614,7 @@ These options are defined for Nvidia PTX: @table @gcctabopt -@itemx -m64 +@item -m64 @opindex m64 Ignored, but preserved for backward compatibility. Only 64-bit ABI is supported.