From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2140) id 7E9493858431; Mon, 11 Dec 2023 16:09:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7E9493858431 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1702310941; bh=SlGQHaYC0LNzFrDmDTdkYNz/hSlm2+7dryxkkgkm6g8=; h=From:To:Subject:Date:From; b=D1UsZVArdiGmUU1DMRHzVuKYqf1w0+EColz3MlYuO4OdysBeoYBqNI5Lx68nUhT2G ahFhy61hStZSqgQlwOODHTwUxTtWfd+SkyTecW0UQhl8YrFQS3UmYmR8yHcpwauXYX x+B8Xg/2d8aSZsyim0wsJepLQPnpwVI36PhaFCqk= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Alexandre Oliva To: gcc-cvs@gcc.gnu.org Subject: [gcc(refs/users/aoliva/heads/testme)] multiflags: fix doc warning X-Act-Checkin: gcc X-Git-Author: Alexandre Oliva X-Git-Refname: refs/users/aoliva/heads/testme X-Git-Oldrev: df6e59497f371730faf42f2c573128aae83d09a7 X-Git-Newrev: 20c0b6c4d642bd2d71d23cd1bc15a6d8fe264494 Message-Id: <20231211160901.7E9493858431@sourceware.org> Date: Mon, 11 Dec 2023 16:09:01 +0000 (GMT) List-Id: https://gcc.gnu.org/g:20c0b6c4d642bd2d71d23cd1bc15a6d8fe264494 commit 20c0b6c4d642bd2d71d23cd1bc15a6d8fe264494 Author: Alexandre Oliva Date: Fri Dec 8 23:37:35 2023 -0300 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. Diff: --- gcc/doc/invoke.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index d4e689b64c0..4e67c95dbf8 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