From 3788c4ed2c774e36b2721ee2af454591a42afdeb Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Mon, 13 Dec 2021 11:56:24 +0100 Subject: [PATCH] docs: add missing @item for the first item gcc/ChangeLog: * doc/extend.texi: Use @item for the first @itemx entry. --- gcc/doc/extend.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 266ef76..7869605 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -2524,7 +2524,7 @@ The following attributes are supported on most targets. @table @code @c Keep this table alphabetized by attribute name. Treat _ as space. -@itemx access (@var{access-mode}, @var{ref-index}) +@item access (@var{access-mode}, @var{ref-index}) @itemx access (@var{access-mode}, @var{ref-index}, @var{size-index}) The @code{access} attribute enables the detection of invalid or unsafe -- 2.7.4