aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Oliva <oliva@adacore.com>2023-12-13 01:31:41 -0300
committerAlexandre Oliva <oliva@gnu.org>2023-12-13 01:31:41 -0300
commit8e0568d8ac9dbfc8199f970c5c7f26b9735e0e7b (patch)
treeec26365ca7a4c3fab0c03f87673cbf31ea737664
parent9fba6637687a197cb37c3c76110eb5d81dc56e60 (diff)
downloadgcc-8e0568d8ac9dbfc8199f970c5c7f26b9735e0e7b.zip
gcc-8e0568d8ac9dbfc8199f970c5c7f26b9735e0e7b.tar.gz
gcc-8e0568d8ac9dbfc8199f970c5c7f26b9735e0e7b.tar.bz2
multiflags: fix doc warning properly
Rather than a dubious fix for a dubious warning, namely adding a period after a parenthesized @xref because the warning demands it, use @pxref that is meant for exactly this case. Thanks to Joseph Myers for introducing me to it. for gcc/ChangeLog * doc/invoke.texi (multiflags): Drop extraneous period, use @pxref instead.
-rw-r--r--gcc/doc/invoke.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 1f26f80..19feba4 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -20588,8 +20588,8 @@ allocation before or after interprocedural optimization.
@item -fmultiflags
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
+configured to use by default, through the use of specs (@pxref{Spec
+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