From 95713c0087424c99a6ba81d3c1b768814fd9371a Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Fri, 28 Jun 2024 23:12:40 -0700 Subject: [PATCH] doc: Mention the byteswap module in function documentation. * doc/glibc-functions/bswap_16.texi (bswap_16): Mention the byteswap module. * doc/glibc-functions/bswap_32.texi (bswap_32): Likewise. * doc/glibc-functions/bswap_64.texi (bswap_64): Likewise. --- ChangeLog | 8 ++++++++ doc/glibc-functions/bswap_16.texi | 2 +- doc/glibc-functions/bswap_32.texi | 2 +- doc/glibc-functions/bswap_64.texi | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index effda3a4a9..6d5caed394 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2024-06-28 Collin Funk + + doc: Mention the byteswap module in function documentation. + * doc/glibc-functions/bswap_16.texi (bswap_16): Mention the byteswap + module. + * doc/glibc-functions/bswap_32.texi (bswap_32): Likewise. + * doc/glibc-functions/bswap_64.texi (bswap_64): Likewise. + 2024-06-28 Bruno Haible doc: Mention pthread_cond_timedwait bug caused by hypervisor. diff --git a/doc/glibc-functions/bswap_16.texi b/doc/glibc-functions/bswap_16.texi index 63462e14fc..32ef44671a 100644 --- a/doc/glibc-functions/bswap_16.texi +++ b/doc/glibc-functions/bswap_16.texi @@ -4,7 +4,7 @@ Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/bswap_16.3.html,,man bswap_16} -Gnulib module: --- +Gnulib module: byteswap Portability problems fixed by Gnulib: @itemize diff --git a/doc/glibc-functions/bswap_32.texi b/doc/glibc-functions/bswap_32.texi index 4606162feb..a1f84269e8 100644 --- a/doc/glibc-functions/bswap_32.texi +++ b/doc/glibc-functions/bswap_32.texi @@ -4,7 +4,7 @@ Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/bswap_32.3.html,,man bswap_32} -Gnulib module: --- +Gnulib module: byteswap Portability problems fixed by Gnulib: @itemize diff --git a/doc/glibc-functions/bswap_64.texi b/doc/glibc-functions/bswap_64.texi index d12e885882..b4d72e75a3 100644 --- a/doc/glibc-functions/bswap_64.texi +++ b/doc/glibc-functions/bswap_64.texi @@ -4,7 +4,7 @@ Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/bswap_64.3.html,,man bswap_64} -Gnulib module: --- +Gnulib module: byteswap Portability problems fixed by Gnulib: @itemize -- 2.39.5