diff options
author | Manuel López-Ibáñez <manu@gcc.gnu.org> | 2012-04-17 22:47:15 +0000 |
---|---|---|
committer | Manuel López-Ibáñez <manu@gcc.gnu.org> | 2012-04-17 22:47:15 +0000 |
commit | dae1c90e144680885fb5bd365283907630ec1533 (patch) | |
tree | 8ae6d9d87725325694f87d18c15aaf3d73ea67cc /gcc | |
parent | f0184d423f9761797e03f451aeea7fffd65a2bd4 (diff) | |
download | gcc-dae1c90e144680885fb5bd365283907630ec1533.zip gcc-dae1c90e144680885fb5bd365283907630ec1533.tar.gz gcc-dae1c90e144680885fb5bd365283907630ec1533.tar.bz2 |
invoke.texi (Language Independent Options): @item should be before @opindex.
2012-04-18 Manuel López-Ibáñez <manu@gcc.gnu.org>
* doc/invoke.texi (Language Independent Options): @item should be
before @opindex.
From-SVN: r186553
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e7a41d9..474eb49 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2012-04-18 Manuel López-Ibáñez <manu@gcc.gnu.org> + + * doc/invoke.texi (Language Independent Options): @item should be + before @opindex. + 2012-04-17 Richard Sandiford <rdsandiford@googlemail.com> PR bootstrap/53021 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index a033985..87bf9f9 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 |