bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] doc: Mention the byteswap module in function documentation.


From: Collin Funk
Subject: [PATCH] doc: Mention the byteswap module in function documentation.
Date: Fri, 28 Jun 2024 23:13:49 -0700

* 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  <collin.funk1@gmail.com>
+
+       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  <bruno@clisp.org>
 
        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 @@ @node bswap_16
 
 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 @@ @node bswap_32
 
 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 @@ @node bswap_64
 
 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.45.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]