diff options
author | Alexandre Oliva <oliva@adacore.com> | 2023-12-11 15:09:19 -0300 |
---|---|---|
committer | Alexandre Oliva <oliva@gnu.org> | 2023-12-11 15:26:41 -0300 |
commit | 07d9f2fce81a3052b5421f10149e7bd5270b5946 (patch) | |
tree | bfb057acdc4feff20d445aebfc109bb369cf6fdc /gcc | |
parent | 60decd36cd4b242e7814b5d34412fceae735406c (diff) | |
download | gcc-07d9f2fce81a3052b5421f10149e7bd5270b5946.zip gcc-07d9f2fce81a3052b5421f10149e7bd5270b5946.tar.gz gcc-07d9f2fce81a3052b5421f10149e7bd5270b5946.tar.bz2 |
multiflags: fix doc warning
Comply with dubious doc warning that after an @xref there must be a
comma or a period, not a close parentheses.
for gcc/ChangeLog
* doc/invoke.texi (multiflags): Add period after @xref to
silence warning.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 15f3a86..7d15cf9 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -20589,7 +20589,7 @@ allocation before or after interprocedural optimization. This option enables multilib-aware @code{TFLAGS} to be used to build target libraries with options different from those the compiler is configured to use by default, through the use of specs (@xref{Spec -Files}) set up by compiler internals, by the target, or by builders at +Files}.) set up by compiler internals, by the target, or by builders at configure time. Like @code{TFLAGS}, this allows the target libraries to be built for |