From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2134) id 802DD385840D; Tue, 19 Dec 2023 18:28:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 802DD385840D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1703010526; bh=ds9V8AHK2JVj0UzGzgr1NjOeFiC/mpYRfixgUspOXUo=; h=From:To:Subject:Date:From; b=ueMad+SE0atQoDfBxhgQ0m54Wr1+zHaDdK+xJZ9RnOwjj+xbq736TH2Q2PiDZwh/X Q+mLe1I006UcbA3V14RLE7E8e6PBiECWAZ+hz+p/6B3uUVoFjVUrWBcmtx9CAsJJh+ qBV6scnz85pnj/bOL0akXNbxHDIKS0YWTj5KYi1U= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Jeff Johnston To: newlib-cvs@sourceware.org Subject: [newlib-cygwin] Remove curly braces in `@author` tag in .texi files X-Act-Checkin: newlib-cygwin X-Git-Author: Freddie Chopin X-Git-Refname: refs/heads/master X-Git-Oldrev: c2c9f05a0542a0b299edacc916191ed051bf4f1e X-Git-Newrev: 60c6397133b741a532579670929dbf47e25fbd31 Message-Id: <20231219182846.802DD385840D@sourceware.org> Date: Tue, 19 Dec 2023 18:28:46 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D60c6397133b= 741a532579670929dbf47e25fbd31 commit 60c6397133b741a532579670929dbf47e25fbd31 Author: Freddie Chopin Date: Sun Dec 17 10:01:45 2023 +0100 Remove curly braces in `@author` tag in .texi files =20 Curly braces cause documentation build failure with texinfo 7.1 (works = fine up to 7.0.3): Diff: --- newlib/libc/libc.texi | 8 ++++---- newlib/libm/libm.texi | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/newlib/libc/libc.texi b/newlib/libc/libc.texi index acb6afb5b..a5f24b15a 100644 --- a/newlib/libc/libc.texi +++ b/newlib/libc/libc.texi @@ -71,10 +71,10 @@ into another language, under the above conditions for m= odified versions. @sp 1 @subtitle @code{libc} 4.3.0 @subtitle January 2023 -@author {Steve Chamberlain} -@author {Roland Pesch} -@author {Red Hat Support} -@author {Jeff Johnston} +@author Steve Chamberlain +@author Roland Pesch +@author Red Hat Support +@author Jeff Johnston @page =20 @tex diff --git a/newlib/libm/libm.texi b/newlib/libm/libm.texi index d3ca9ae3c..bf8a07255 100644 --- a/newlib/libm/libm.texi +++ b/newlib/libm/libm.texi @@ -48,10 +48,10 @@ into another language, under the above conditions for m= odified versions. @sp 1 @subtitle @code{libm} 4.3.0 @subtitle January 2023 -@author {Steve Chamberlain} -@author {Roland Pesch} -@author {Red Hat Support} -@author {Jeff Johnston} +@author Steve Chamberlain +@author Roland Pesch +@author Red Hat Support +@author Jeff Johnston @page =20 @tex