summaryrefslogtreecommitdiff
path: root/doc/pastposix-functions
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-04-17 15:29:16 +0200
committerBruno Haible <bruno@clisp.org>2021-04-17 15:42:38 +0200
commit04a9dd8f1d49dead0fa20d979dfac1826e613de6 (patch)
tree19aada16c9489bc14bcc8155c652bb831c751ac8 /doc/pastposix-functions
parent6664b43d03eb5acf0ac25c5570be6b8ecdd2ebde (diff)
downloadgnulib-04a9dd8f1d49dead0fa20d979dfac1826e613de6.tar.gz
doc: Update for FreeBSD 11.0, 12.0, 13.0.
* doc/posix-headers/*.texi: Update. * doc/glibc-headers/*.texi: Update. * doc/posix-functions/*.texi: Likewise. * doc/pastposix-functions/*.texi: Likewise. * doc/glibc-functions/*.texi: Likewise. * m4/ptsname_r.m4 (gl_FUNC_PTSNAME_R): Update cross-compilation guess.
Diffstat (limited to 'doc/pastposix-functions')
-rw-r--r--doc/pastposix-functions/bsd_signal.texi2
-rw-r--r--doc/pastposix-functions/ecvt.texi2
-rw-r--r--doc/pastposix-functions/fcvt.texi2
-rw-r--r--doc/pastposix-functions/ftime.texi2
-rw-r--r--doc/pastposix-functions/gcvt.texi2
-rw-r--r--doc/pastposix-functions/wcswcs.texi2
6 files changed, 6 insertions, 6 deletions
diff --git a/doc/pastposix-functions/bsd_signal.texi b/doc/pastposix-functions/bsd_signal.texi
index be5f68f6da..ac8036882b 100644
--- a/doc/pastposix-functions/bsd_signal.texi
+++ b/doc/pastposix-functions/bsd_signal.texi
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-macOS 11.1, FreeBSD 6.0, NetBSD 7.1, Cygwin 2.9, mingw, MSVC 14.
+macOS 11.1, FreeBSD 13.0, NetBSD 7.1, Cygwin 2.9, mingw, MSVC 14.
@end itemize
diff --git a/doc/pastposix-functions/ecvt.texi b/doc/pastposix-functions/ecvt.texi
index 0ebcd06a57..dc79870896 100644
--- a/doc/pastposix-functions/ecvt.texi
+++ b/doc/pastposix-functions/ecvt.texi
@@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-FreeBSD 6.0, NetBSD 9.0, Android 9.0.
+FreeBSD 13.0, NetBSD 9.0, Android 9.0.
@item
This function is not declared on some platforms:
Cygwin 2.9.
diff --git a/doc/pastposix-functions/fcvt.texi b/doc/pastposix-functions/fcvt.texi
index 3f525e5858..97a7358433 100644
--- a/doc/pastposix-functions/fcvt.texi
+++ b/doc/pastposix-functions/fcvt.texi
@@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-FreeBSD 6.0, NetBSD 9.0, Android 9.0.
+FreeBSD 13.0, NetBSD 9.0, Android 9.0.
@item
This function is not declared on some platforms:
Cygwin 2.9.
diff --git a/doc/pastposix-functions/ftime.texi b/doc/pastposix-functions/ftime.texi
index b215e3a913..37ffdc3912 100644
--- a/doc/pastposix-functions/ftime.texi
+++ b/doc/pastposix-functions/ftime.texi
@@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-macOS 11.1, FreeBSD 6.0, NetBSD 9.0, OpenBSD 6.7, Android 9.0.
+macOS 11.1, FreeBSD 13.0, NetBSD 9.0, OpenBSD 6.7, Android 9.0.
@item
On native Windows platforms (mingw, MSVC), this function works incorrectly
when the environment variable @code{TZ} has been set by Cygwin.
diff --git a/doc/pastposix-functions/gcvt.texi b/doc/pastposix-functions/gcvt.texi
index 019ed5e26d..07b045a8b6 100644
--- a/doc/pastposix-functions/gcvt.texi
+++ b/doc/pastposix-functions/gcvt.texi
@@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-macOS 11.1, FreeBSD 6.0, NetBSD 9.0, Android 9.0.
+macOS 11.1, FreeBSD 13.0, NetBSD 9.0, Android 9.0.
@item
This function is not declared on some platforms:
Cygwin 2.9.
diff --git a/doc/pastposix-functions/wcswcs.texi b/doc/pastposix-functions/wcswcs.texi
index 12ba15a07f..859066a641 100644
--- a/doc/pastposix-functions/wcswcs.texi
+++ b/doc/pastposix-functions/wcswcs.texi
@@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-macOS 11.1, FreeBSD 6.0, Cygwin 2.9, mingw, MSVC 14, Android 9.0.
+macOS 11.1, FreeBSD 13.0, Cygwin 2.9, mingw, MSVC 14, Android 9.0.
@item
On Windows and 32-bit AIX platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.