summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--doc/posix-functions/posix_spawnp.texi2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 32fbef51e3..4b8c72490b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-04-18 Bruno Haible <bruno@clisp.org>
+
+ doc: Update platform list for posix_spawnp.
+ * doc/posix-functions/posix_spawnp.texi: Update platform list.
+
2023-04-18 Paul Eggert <eggert@cs.ucla.edu>
Go back to dynamic largefile, year2038 tests
diff --git a/doc/posix-functions/posix_spawnp.texi b/doc/posix-functions/posix_spawnp.texi
index dd27fe8518..492cb7c86c 100644
--- a/doc/posix-functions/posix_spawnp.texi
+++ b/doc/posix-functions/posix_spawnp.texi
@@ -19,7 +19,7 @@ AIX 6.1.
When the program to be invoked is an executable script without a @samp{#!}
marker in the first line, this function executes the script as if it were
a shell script, on some platforms:
-glibc 2.14, GNU/Hurd, macOS 11.1, FreeBSD 12.0, OpenBSD 6.7, AIX 7.2, Solaris 11.4, Cygwin 2.9.
+glibc 2.14/Linux, glibc 2.32/Hurd, macOS 12.5, FreeBSD 13.2, OpenBSD 7.2, AIX 7.2, Solaris 11.4, Cygwin 3.4.x.
@end itemize
Portability problems not fixed by Gnulib: