From 6a1c68259ff4906e150109fcedb2de03bd188213 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 25 Jun 2023 09:58:55 -0700 Subject: [PATCH] doc: correct doubled "on on" * doc/glibc-functions/initstate_r.texi: As above. * doc/posix-functions/initstate.texi: As above. --- ChangeLog | 6 ++++++ doc/glibc-functions/initstate_r.texi | 2 +- doc/posix-functions/initstate.texi | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 18612ed090..0a14019a8d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2023-06-25 Jim Meyering + + doc: correct doubled "on on" + * doc/glibc-functions/initstate_r.texi: As above. + * doc/posix-functions/initstate.texi: As above. + 2023-06-25 Bruno Haible sigdescr_np tests: Avoid test failure on glibc/sparc. diff --git a/doc/glibc-functions/initstate_r.texi b/doc/glibc-functions/initstate_r.texi index 9c1ea829db..98185e13fc 100644 --- a/doc/glibc-functions/initstate_r.texi +++ b/doc/glibc-functions/initstate_r.texi @@ -32,7 +32,7 @@ AIX 7.1. Portability problems not fixed by Gnulib: @itemize @item -This function crashes if the state buffer is unaligned on on some platforms: +This function crashes if the state buffer is unaligned on some platforms: @c https://sourceware.org/bugzilla/show_bug.cgi?id=30584 glibc 2.36/sparc. @item diff --git a/doc/posix-functions/initstate.texi b/doc/posix-functions/initstate.texi index a1de753e1f..fec1fa3bcf 100644 --- a/doc/posix-functions/initstate.texi +++ b/doc/posix-functions/initstate.texi @@ -19,7 +19,7 @@ Cygwin 1.5.25. Portability problems not fixed by Gnulib: @itemize @item -This function crashes if the state buffer is unaligned on on some platforms: +This function crashes if the state buffer is unaligned on some platforms: @c https://sourceware.org/bugzilla/show_bug.cgi?id=30584 glibc 2.36/sparc. @item -- 2.39.5