From: Jim Meyering Date: Sun, 25 Jun 2023 16:58:55 +0000 (-0700) Subject: doc: correct doubled "on on" X-Git-Tag: v1.0~1184 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a1c68259ff4906e150109fcedb2de03bd188213;p=thirdparty%2Fgnulib.git doc: correct doubled "on on" * doc/glibc-functions/initstate_r.texi: As above. * doc/posix-functions/initstate.texi: As above. --- 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