This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gcc-wwwdocs".

The branch, master has been updated
       via  d61d4dfc5a8de7a40d43c69ed101594eb7921cb5 (commit)
      from  bb2a110d06a21094fbd20c274244509bb2c2f454 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d61d4dfc5a8de7a40d43c69ed101594eb7921cb5
Author: Gerald Pfeifer <ger...@pfeifer.com>
Date:   Mon Sep 8 01:47:59 2025 +0200

    gcc-5: Update link to glibc Dynamic String Input docs

diff --git a/htdocs/gcc-5/porting_to.html b/htdocs/gcc-5/porting_to.html
index f2a831c4..727556ca 100644
--- a/htdocs/gcc-5/porting_to.html
+++ b/htdocs/gcc-5/porting_to.html
@@ -318,7 +318,7 @@ the value <code>201112L</code>.</p>
 
 <p>In C89, the GNU C library supports dynamic allocation via the 
<code>%as</code>,
 <code>%aS</code>, and <code>%a[...]</code> conversion specifications; see
-<a 
href="https://www.gnu.org/software/libc/manual/html_node/Dynamic-String-Input.html#Dynamic-String-Input";>
+<a 
href="https://sourceware.org/glibc/manual/latest/html_mono/libc.html#Dynamic-String-Input";>
 this</a> for more info.
 In C99, the <code>a</code> conversion specifier is a synonym for <code>f</code>
 (float), so the compiler expects an argument of type <code>float *</code>.

-----------------------------------------------------------------------

Summary of changes:
 htdocs/gcc-5/porting_to.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
gcc-wwwdocs

Reply via email to