A few Hurd bugs were fixed recently. (Thanks Collin for having reported them!)
We can update the doc accordingly.


2025-05-12  Bruno Haible  <br...@clisp.org>

        doc: Update for a few recently fixed Hurd bugs.
        * doc/posix-functions/utimensat.texi: List the affected glibc versions.
        * doc/posix-functions/futimens.texi: Likewise.
        * doc/posix-functions/linkat.texi: Likewise.
        * doc/glibc-functions/renameat2.texi: Likewise.

diff --git a/doc/glibc-functions/renameat2.texi 
b/doc/glibc-functions/renameat2.texi
index 5f281ee0a3..89d8d892ff 100644
--- a/doc/glibc-functions/renameat2.texi
+++ b/doc/glibc-functions/renameat2.texi
@@ -24,7 +24,7 @@
 instead of failing and setting @code{errno} to @code{ENOTDIR}, on some
 platforms:
 @c https://sourceware.org/bugzilla/show_bug.cgi?id=32570
-GNU/Hurd.
+GNU/Hurd with glibc 2.41.
 @end itemize
 
 @mindex renameatu
diff --git a/doc/posix-functions/futimens.texi 
b/doc/posix-functions/futimens.texi
index 61520789c1..4bae2837d9 100644
--- a/doc/posix-functions/futimens.texi
+++ b/doc/posix-functions/futimens.texi
@@ -34,8 +34,9 @@
 @item
 Out-of-range values of @code{tv_nsec} do not lead to a failure on some
 platforms:
+NetBSD 10.0,
 @c https://sourceware.org/bugzilla/show_bug.cgi?id=32803
-NetBSD 10.0, GNU/Hurd.
+GNU/Hurd with glibc 2.41.
 @end itemize
 
 Portability problems not fixed by Gnulib:
diff --git a/doc/posix-functions/linkat.texi b/doc/posix-functions/linkat.texi
index ceeddaff6c..bb4fb5728f 100644
--- a/doc/posix-functions/linkat.texi
+++ b/doc/posix-functions/linkat.texi
@@ -32,5 +32,5 @@
 to @code{EINVAL} instead of @code{EEXIST} or @code{ENOTDIR} on some
 platforms:
 @c https://sourceware.org/bugzilla/show_bug.cgi?id=32569
-GNU/Hurd.
+GNU/Hurd with glibc 2.41.
 @end itemize
diff --git a/doc/posix-functions/utimensat.texi 
b/doc/posix-functions/utimensat.texi
index 97021d279b..81dd365035 100644
--- a/doc/posix-functions/utimensat.texi
+++ b/doc/posix-functions/utimensat.texi
@@ -36,8 +36,9 @@
 @item
 Out-of-range values of @code{tv_nsec} do not lead to a failure on some
 platforms:
+Linux kernel 2.6.22.19 on hppa, NetBSD 10.0,
 @c https://sourceware.org/bugzilla/show_bug.cgi?id=32802
-Linux kernel 2.6.22.19 on hppa, NetBSD 10.0, GNU/Hurd.
+GNU/Hurd with glibc 2.41.
 @item
 On some platforms, this function mis-handles a trailing slash:
 AIX 7.2.




Reply via email to