Skip to content

Commit

Permalink
multiflags: fix doc warning properly
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Alexandre Oliva authored and Alexandre Oliva committed Dec 13, 2023
1 parent 9fba663 commit 8e0568d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gcc/doc/invoke.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8e0568d

Please sign in to comment.