From dae1c90e144680885fb5bd365283907630ec1533 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Manuel=20L=C3=B3pez-Ib=C3=A1=C3=B1ez?= Date: Tue, 17 Apr 2012 22:47:15 +0000 Subject: [PATCH] invoke.texi (Language Independent Options): @item should be before @opindex. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 2012-04-18 Manuel López-Ibáñez * doc/invoke.texi (Language Independent Options): @item should be before @opindex. From-SVN: r186553 --- gcc/ChangeLog | 5 +++++ gcc/doc/invoke.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e7a41d9ce36..474eb491d41 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2012-04-18 Manuel López-Ibáñez + + * doc/invoke.texi (Language Independent Options): @item should be + before @opindex. + 2012-04-17 Richard Sandiford PR bootstrap/53021 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index a033985c4e3..87bf9f95b3f 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -2875,8 +2875,8 @@ the front ends supported by GCC@. If @var{n} is zero, then no line-wrapping is done; each error message appears on a single line. -@opindex fdiagnostics-show-location @item -fdiagnostics-show-location=once +@opindex fdiagnostics-show-location 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 -- 2.30.2