Collin Funk wrote: > > In the *.texi files, please use @mindex, like in the other *.texi files. > > This ensures the module shows up in the index. > > Oh, right. I have forgotten about that a few times now.
And updating the text is also needed: 2026-03-16 Bruno Haible <[email protected]> stdc_rotate_left, stdc_rotate_right: Update documentation. * doc/posix-functions/stdc_rotate_left.texi: Document the effects of the new module. * doc/posix-functions/stdc_rotate_right.texi: Likewise. diff --git a/doc/posix-functions/stdc_rotate_left.texi b/doc/posix-functions/stdc_rotate_left.texi index fea4184a0b..ce592ade0d 100644 --- a/doc/posix-functions/stdc_rotate_left.texi +++ b/doc/posix-functions/stdc_rotate_left.texi @@ -17,11 +17,11 @@ Portability problems fixed by Gnulib: @itemize +@item +This macro and its associated functions is missing on many platforms: +glibc 2.43, macOS 26, FreeBSD 15.0, NetBSD 10.0, OpenBSD 7.8, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 17, Android 15. @end itemize Portability problems not fixed by Gnulib: @itemize -@item -This macro and its associated functions is missing on many platforms: -glibc 2.43, macOS 26, FreeBSD 15.0, NetBSD 10.0, OpenBSD 7.8, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 17, Android 15. @end itemize diff --git a/doc/posix-functions/stdc_rotate_right.texi b/doc/posix-functions/stdc_rotate_right.texi index 760a8d7332..01a79f9b34 100644 --- a/doc/posix-functions/stdc_rotate_right.texi +++ b/doc/posix-functions/stdc_rotate_right.texi @@ -17,11 +17,11 @@ Portability problems fixed by Gnulib: @itemize +@item +This macro and its associated functions is missing on many platforms: +glibc 2.43, macOS 26, FreeBSD 15.0, NetBSD 10.0, OpenBSD 7.8, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 17, Android 15. @end itemize Portability problems not fixed by Gnulib: @itemize -@item -This macro and its associated functions is missing on many platforms: -glibc 2.43, macOS 26, FreeBSD 15.0, NetBSD 10.0, OpenBSD 7.8, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 17, Android 15. @end itemize
