summaryrefslogtreecommitdiff
path: root/doc/glibc-functions
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-06-10 14:08:53 +0200
committerBruno Haible <bruno@clisp.org>2019-06-10 14:08:53 +0200
commit741078f981a6fc34393cfeb7e46e2a570ec8d438 (patch)
treefead45a8b8112f15d96801237c161d73ac4e59ca /doc/glibc-functions
parent9619fa3864ff9a78d4c20f1938366a9bd7d252ae (diff)
downloadgnulib-741078f981a6fc34393cfeb7e46e2a570ec8d438.tar.gz
doc: Some glibc functions also exist on Haiku.
Diffstat (limited to 'doc/glibc-functions')
-rw-r--r--doc/glibc-functions/clog10l.texi2
-rw-r--r--doc/glibc-functions/exp10l.texi2
-rw-r--r--doc/glibc-functions/fgetc_unlocked.texi2
-rw-r--r--doc/glibc-functions/fgetwc_unlocked.texi2
-rw-r--r--doc/glibc-functions/fputs_unlocked.texi2
-rw-r--r--doc/glibc-functions/fputwc_unlocked.texi2
-rw-r--r--doc/glibc-functions/fputws_unlocked.texi2
-rw-r--r--doc/glibc-functions/parse_printf_format.texi2
-rw-r--r--doc/glibc-functions/pow10l.texi2
-rw-r--r--doc/glibc-functions/printf_size.texi2
-rw-r--r--doc/glibc-functions/printf_size_info.texi2
-rw-r--r--doc/glibc-functions/putwchar_unlocked.texi2
-rw-r--r--doc/glibc-functions/sgetspent.texi2
-rw-r--r--doc/glibc-functions/sgetspent_r.texi2
-rw-r--r--doc/glibc-functions/wcschrnul.texi2
-rw-r--r--doc/glibc-functions/wcstoq.texi2
-rw-r--r--doc/glibc-functions/wcstouq.texi2
17 files changed, 17 insertions, 17 deletions
diff --git a/doc/glibc-functions/clog10l.texi b/doc/glibc-functions/clog10l.texi
index 487a5f1b61..4d29f97ff5 100644
--- a/doc/glibc-functions/clog10l.texi
+++ b/doc/glibc-functions/clog10l.texi
@@ -24,6 +24,6 @@ Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
@itemize
@item
-This function is missing on all non-glibc platforms:
+This function is missing on many non-glibc platforms:
Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11.4, Cygwin, mingw, MSVC 9, Interix 3.5, BeOS, Android 9.0.
@end itemize
diff --git a/doc/glibc-functions/exp10l.texi b/doc/glibc-functions/exp10l.texi
index 1da03d9800..384a2205df 100644
--- a/doc/glibc-functions/exp10l.texi
+++ b/doc/glibc-functions/exp10l.texi
@@ -24,6 +24,6 @@ Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
@itemize
@item
-This function is missing on all non-glibc platforms:
+This function is missing on many non-glibc platforms:
Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11.4, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 9.0.
@end itemize
diff --git a/doc/glibc-functions/fgetc_unlocked.texi b/doc/glibc-functions/fgetc_unlocked.texi
index 067165bcb1..58664457bb 100644
--- a/doc/glibc-functions/fgetc_unlocked.texi
+++ b/doc/glibc-functions/fgetc_unlocked.texi
@@ -24,6 +24,6 @@ Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
@itemize
@item
-This function is missing on all non-glibc platforms:
+This function is missing on many non-glibc platforms:
Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11.4, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 8.1.
@end itemize
diff --git a/doc/glibc-functions/fgetwc_unlocked.texi b/doc/glibc-functions/fgetwc_unlocked.texi
index a44bea2d86..73e4202bc3 100644
--- a/doc/glibc-functions/fgetwc_unlocked.texi
+++ b/doc/glibc-functions/fgetwc_unlocked.texi
@@ -24,7 +24,7 @@ Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
@itemize
@item
-This function is missing on all non-glibc platforms:
+This function is missing on many non-glibc platforms:
Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11.4, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 9.0.
@item
On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
diff --git a/doc/glibc-functions/fputs_unlocked.texi b/doc/glibc-functions/fputs_unlocked.texi
index f7392b841d..46b267e79f 100644
--- a/doc/glibc-functions/fputs_unlocked.texi
+++ b/doc/glibc-functions/fputs_unlocked.texi
@@ -24,6 +24,6 @@ Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
@itemize
@item
-This function is missing on all non-glibc platforms:
+This function is missing on many non-glibc platforms:
Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11.4, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 8.1.
@end itemize
diff --git a/doc/glibc-functions/fputwc_unlocked.texi b/doc/glibc-functions/fputwc_unlocked.texi
index bf4ac30219..37a6d81f1c 100644
--- a/doc/glibc-functions/fputwc_unlocked.texi
+++ b/doc/glibc-functions/fputwc_unlocked.texi
@@ -24,7 +24,7 @@ Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
@itemize
@item
-This function is missing on all non-glibc platforms:
+This function is missing on many non-glibc platforms:
Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11.4, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 9.0.
@item
On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
diff --git a/doc/glibc-functions/fputws_unlocked.texi b/doc/glibc-functions/fputws_unlocked.texi
index f4866b7506..b27c5ff1a3 100644
--- a/doc/glibc-functions/fputws_unlocked.texi
+++ b/doc/glibc-functions/fputws_unlocked.texi
@@ -24,7 +24,7 @@ Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
@itemize
@item
-This function is missing on all non-glibc platforms:
+This function is missing on many non-glibc platforms:
Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11.4, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 9.0.
@item
On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
diff --git a/doc/glibc-functions/parse_printf_format.texi b/doc/glibc-functions/parse_printf_format.texi
index d12b4bbe55..5878190518 100644
--- a/doc/glibc-functions/parse_printf_format.texi
+++ b/doc/glibc-functions/parse_printf_format.texi
@@ -19,6 +19,6 @@ Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
@itemize
@item
-This function is missing on all non-glibc platforms:
+This function is missing on many non-glibc platforms:
Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11.4, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 9.0.
@end itemize
diff --git a/doc/glibc-functions/pow10l.texi b/doc/glibc-functions/pow10l.texi
index a6f3085a3b..d04e9b91de 100644
--- a/doc/glibc-functions/pow10l.texi
+++ b/doc/glibc-functions/pow10l.texi
@@ -13,6 +13,6 @@ Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
@itemize
@item
-This function is missing on all non-glibc platforms:
+This function is missing on many non-glibc platforms:
Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11.4, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 9.0.
@end itemize
diff --git a/doc/glibc-functions/printf_size.texi b/doc/glibc-functions/printf_size.texi
index 0e6037b357..61b6c37c0c 100644
--- a/doc/glibc-functions/printf_size.texi
+++ b/doc/glibc-functions/printf_size.texi
@@ -19,6 +19,6 @@ Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
@itemize
@item
-This function is missing on all non-glibc platforms:
+This function is missing on many non-glibc platforms:
Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11.4, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 9.0.
@end itemize
diff --git a/doc/glibc-functions/printf_size_info.texi b/doc/glibc-functions/printf_size_info.texi
index 34b612a275..d5d7a53d2c 100644
--- a/doc/glibc-functions/printf_size_info.texi
+++ b/doc/glibc-functions/printf_size_info.texi
@@ -19,6 +19,6 @@ Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
@itemize
@item
-This function is missing on all non-glibc platforms:
+This function is missing on many non-glibc platforms:
Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11.4, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 9.0.
@end itemize
diff --git a/doc/glibc-functions/putwchar_unlocked.texi b/doc/glibc-functions/putwchar_unlocked.texi
index 8b9a3a0cfe..d84440da64 100644
--- a/doc/glibc-functions/putwchar_unlocked.texi
+++ b/doc/glibc-functions/putwchar_unlocked.texi
@@ -24,7 +24,7 @@ Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
@itemize
@item
-This function is missing on all non-glibc platforms:
+This function is missing on many non-glibc platforms:
Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11.4, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 9.0.
@item
On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
diff --git a/doc/glibc-functions/sgetspent.texi b/doc/glibc-functions/sgetspent.texi
index 97ad325feb..d61e64fedc 100644
--- a/doc/glibc-functions/sgetspent.texi
+++ b/doc/glibc-functions/sgetspent.texi
@@ -13,6 +13,6 @@ Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
@itemize
@item
-This function is missing on all non-glibc platforms:
+This function is missing on many non-glibc platforms:
Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11.4, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 9.0.
@end itemize
diff --git a/doc/glibc-functions/sgetspent_r.texi b/doc/glibc-functions/sgetspent_r.texi
index 405d773dc5..e284860550 100644
--- a/doc/glibc-functions/sgetspent_r.texi
+++ b/doc/glibc-functions/sgetspent_r.texi
@@ -13,6 +13,6 @@ Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
@itemize
@item
-This function is missing on all non-glibc platforms:
+This function is missing on many non-glibc platforms:
Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11.4, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 9.0.
@end itemize
diff --git a/doc/glibc-functions/wcschrnul.texi b/doc/glibc-functions/wcschrnul.texi
index b441b91870..a39d641686 100644
--- a/doc/glibc-functions/wcschrnul.texi
+++ b/doc/glibc-functions/wcschrnul.texi
@@ -19,7 +19,7 @@ Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
@itemize
@item
-This function is missing on all non-glibc platforms:
+This function is missing on many non-glibc platforms:
Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11.4, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 9.0.
@item
On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
diff --git a/doc/glibc-functions/wcstoq.texi b/doc/glibc-functions/wcstoq.texi
index 02d957d44c..2506f2ed17 100644
--- a/doc/glibc-functions/wcstoq.texi
+++ b/doc/glibc-functions/wcstoq.texi
@@ -19,7 +19,7 @@ Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
@itemize
@item
-This function is missing on all non-glibc platforms:
+This function is missing on many non-glibc platforms:
Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11.4, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 9.0.
@item
On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
diff --git a/doc/glibc-functions/wcstouq.texi b/doc/glibc-functions/wcstouq.texi
index 8a47f3ef5b..3ad1e69f68 100644
--- a/doc/glibc-functions/wcstouq.texi
+++ b/doc/glibc-functions/wcstouq.texi
@@ -19,7 +19,7 @@ Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
@itemize
@item
-This function is missing on all non-glibc platforms:
+This function is missing on many non-glibc platforms:
Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11.4, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 9.0.
@item
On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot