summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog85
-rw-r--r--doc/pastposix-functions/wcswcs.texi2
-rw-r--r--doc/posix-functions/btowc.texi2
-rw-r--r--doc/posix-functions/fgetwc.texi2
-rw-r--r--doc/posix-functions/fgetws.texi2
-rw-r--r--doc/posix-functions/fputwc.texi2
-rw-r--r--doc/posix-functions/fputws.texi2
-rw-r--r--doc/posix-functions/fwide.texi2
-rw-r--r--doc/posix-functions/fwprintf.texi2
-rw-r--r--doc/posix-functions/fwscanf.texi2
-rw-r--r--doc/posix-functions/getwc.texi2
-rw-r--r--doc/posix-functions/getwchar.texi2
-rw-r--r--doc/posix-functions/iswalnum.texi2
-rw-r--r--doc/posix-functions/iswalpha.texi2
-rw-r--r--doc/posix-functions/iswblank.texi2
-rw-r--r--doc/posix-functions/iswcntrl.texi2
-rw-r--r--doc/posix-functions/iswctype.texi2
-rw-r--r--doc/posix-functions/iswdigit.texi2
-rw-r--r--doc/posix-functions/iswgraph.texi2
-rw-r--r--doc/posix-functions/iswlower.texi2
-rw-r--r--doc/posix-functions/iswprint.texi2
-rw-r--r--doc/posix-functions/iswpunct.texi2
-rw-r--r--doc/posix-functions/iswspace.texi2
-rw-r--r--doc/posix-functions/iswupper.texi2
-rw-r--r--doc/posix-functions/iswxdigit.texi2
-rw-r--r--doc/posix-functions/mbrtowc.texi2
-rw-r--r--doc/posix-functions/mbsrtowcs.texi2
-rw-r--r--doc/posix-functions/mbstowcs.texi2
-rw-r--r--doc/posix-functions/mbtowc.texi2
-rw-r--r--doc/posix-functions/putwc.texi2
-rw-r--r--doc/posix-functions/putwchar.texi2
-rw-r--r--doc/posix-functions/swprintf.texi2
-rw-r--r--doc/posix-functions/tolower.texi2
-rw-r--r--doc/posix-functions/toupper.texi2
-rw-r--r--doc/posix-functions/towctrans.texi2
-rw-r--r--doc/posix-functions/ungetwc.texi2
-rw-r--r--doc/posix-functions/vswprintf.texi2
-rw-r--r--doc/posix-functions/wcrtomb.texi2
-rw-r--r--doc/posix-functions/wcscat.texi2
-rw-r--r--doc/posix-functions/wcschr.texi2
-rw-r--r--doc/posix-functions/wcscmp.texi2
-rw-r--r--doc/posix-functions/wcscoll.texi2
-rw-r--r--doc/posix-functions/wcscpy.texi2
-rw-r--r--doc/posix-functions/wcscspn.texi2
-rw-r--r--doc/posix-functions/wcsftime.texi2
-rw-r--r--doc/posix-functions/wcslen.texi2
-rw-r--r--doc/posix-functions/wcsncat.texi2
-rw-r--r--doc/posix-functions/wcsncmp.texi2
-rw-r--r--doc/posix-functions/wcsncpy.texi2
-rw-r--r--doc/posix-functions/wcspbrk.texi2
-rw-r--r--doc/posix-functions/wcsrchr.texi2
-rw-r--r--doc/posix-functions/wcsrtombs.texi2
-rw-r--r--doc/posix-functions/wcsspn.texi2
-rw-r--r--doc/posix-functions/wcsstr.texi2
-rw-r--r--doc/posix-functions/wcstod.texi2
-rw-r--r--doc/posix-functions/wcstof.texi2
-rw-r--r--doc/posix-functions/wcstoimax.texi2
-rw-r--r--doc/posix-functions/wcstok.texi2
-rw-r--r--doc/posix-functions/wcstol.texi2
-rw-r--r--doc/posix-functions/wcstold.texi2
-rw-r--r--doc/posix-functions/wcstoll.texi2
-rw-r--r--doc/posix-functions/wcstombs.texi2
-rw-r--r--doc/posix-functions/wcstoul.texi2
-rw-r--r--doc/posix-functions/wcstoull.texi2
-rw-r--r--doc/posix-functions/wcstoumax.texi2
-rw-r--r--doc/posix-functions/wcswidth.texi2
-rw-r--r--doc/posix-functions/wcsxfrm.texi2
-rw-r--r--doc/posix-functions/wctob.texi2
-rw-r--r--doc/posix-functions/wctomb.texi2
-rw-r--r--doc/posix-functions/wctrans.texi2
-rw-r--r--doc/posix-functions/wctype.texi2
-rw-r--r--doc/posix-functions/wcwidth.texi2
-rw-r--r--doc/posix-functions/wmemchr.texi2
-rw-r--r--doc/posix-functions/wmemcmp.texi2
-rw-r--r--doc/posix-functions/wmemcpy.texi2
-rw-r--r--doc/posix-functions/wmemmove.texi2
-rw-r--r--doc/posix-functions/wmemset.texi2
-rw-r--r--doc/posix-functions/wprintf.texi2
-rw-r--r--doc/posix-functions/wscanf.texi2
79 files changed, 162 insertions, 79 deletions
diff --git a/ChangeLog b/ChangeLog
index 27317b8ebe..004e31499e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,89 @@
2008-12-21 Bruno Haible <bruno@clisp.org>
- Update for HP-UX 11.11.
+ Update doc for AIX.
+ * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
+ 16-bit wchar_t type.
+ * doc/posix-functions/btowc.texi: Likewise.
+ * doc/posix-functions/fgetwc.texi: Likewise.
+ * doc/posix-functions/fgetws.texi: Likewise.
+ * doc/posix-functions/fputwc.texi: Likewise.
+ * doc/posix-functions/fputws.texi: Likewise.
+ * doc/posix-functions/fwide.texi: Likewise.
+ * doc/posix-functions/fwprintf.texi: Likewise.
+ * doc/posix-functions/fwscanf.texi: Likewise.
+ * doc/posix-functions/getwchar.texi: Likewise.
+ * doc/posix-functions/getwc.texi: Likewise.
+ * doc/posix-functions/iswalnum.texi: Likewise.
+ * doc/posix-functions/iswalpha.texi: Likewise.
+ * doc/posix-functions/iswblank.texi: Likewise.
+ * doc/posix-functions/iswcntrl.texi: Likewise.
+ * doc/posix-functions/iswctype.texi: Likewise.
+ * doc/posix-functions/iswdigit.texi: Likewise.
+ * doc/posix-functions/iswgraph.texi: Likewise.
+ * doc/posix-functions/iswlower.texi: Likewise.
+ * doc/posix-functions/iswprint.texi: Likewise.
+ * doc/posix-functions/iswpunct.texi: Likewise.
+ * doc/posix-functions/iswspace.texi: Likewise.
+ * doc/posix-functions/iswupper.texi: Likewise.
+ * doc/posix-functions/iswxdigit.texi: Likewise.
+ * doc/posix-functions/mbrtowc.texi: Likewise.
+ * doc/posix-functions/mbsrtowcs.texi: Likewise.
+ * doc/posix-functions/mbstowcs.texi: Likewise.
+ * doc/posix-functions/mbtowc.texi: Likewise.
+ * doc/posix-functions/putwchar.texi: Likewise.
+ * doc/posix-functions/putwc.texi: Likewise.
+ * doc/posix-functions/swprintf.texi: Likewise.
+ * doc/posix-functions/tolower.texi: Likewise.
+ * doc/posix-functions/toupper.texi: Likewise.
+ * doc/posix-functions/towctrans.texi: Likewise.
+ * doc/posix-functions/ungetwc.texi: Likewise.
+ * doc/posix-functions/vswprintf.texi: Likewise.
+ * doc/posix-functions/wcrtomb.texi: Likewise.
+ * doc/posix-functions/wcscat.texi: Likewise.
+ * doc/posix-functions/wcschr.texi: Likewise.
+ * doc/posix-functions/wcscmp.texi: Likewise.
+ * doc/posix-functions/wcscoll.texi: Likewise.
+ * doc/posix-functions/wcscpy.texi: Likewise.
+ * doc/posix-functions/wcscspn.texi: Likewise.
+ * doc/posix-functions/wcsftime.texi: Likewise.
+ * doc/posix-functions/wcslen.texi: Likewise.
+ * doc/posix-functions/wcsncat.texi: Likewise.
+ * doc/posix-functions/wcsncmp.texi: Likewise.
+ * doc/posix-functions/wcsncpy.texi: Likewise.
+ * doc/posix-functions/wcspbrk.texi: Likewise.
+ * doc/posix-functions/wcsrchr.texi: Likewise.
+ * doc/posix-functions/wcsrtombs.texi: Likewise.
+ * doc/posix-functions/wcsspn.texi: Likewise.
+ * doc/posix-functions/wcsstr.texi: Likewise.
+ * doc/posix-functions/wcstod.texi: Likewise.
+ * doc/posix-functions/wcstof.texi: Likewise.
+ * doc/posix-functions/wcstoimax.texi: Likewise.
+ * doc/posix-functions/wcstok.texi: Likewise.
+ * doc/posix-functions/wcstold.texi: Likewise.
+ * doc/posix-functions/wcstoll.texi: Likewise.
+ * doc/posix-functions/wcstol.texi: Likewise.
+ * doc/posix-functions/wcstombs.texi: Likewise.
+ * doc/posix-functions/wcstoull.texi: Likewise.
+ * doc/posix-functions/wcstoul.texi: Likewise.
+ * doc/posix-functions/wcstoumax.texi: Likewise.
+ * doc/posix-functions/wcswidth.texi: Likewise.
+ * doc/posix-functions/wcsxfrm.texi: Likewise.
+ * doc/posix-functions/wctob.texi: Likewise.
+ * doc/posix-functions/wctomb.texi: Likewise.
+ * doc/posix-functions/wctrans.texi: Likewise.
+ * doc/posix-functions/wctype.texi: Likewise.
+ * doc/posix-functions/wcwidth.texi: Likewise.
+ * doc/posix-functions/wmemchr.texi: Likewise.
+ * doc/posix-functions/wmemcmp.texi: Likewise.
+ * doc/posix-functions/wmemcpy.texi: Likewise.
+ * doc/posix-functions/wmemmove.texi: Likewise.
+ * doc/posix-functions/wmemset.texi: Likewise.
+ * doc/posix-functions/wprintf.texi: Likewise.
+ * doc/posix-functions/wscanf.texi: Likewise.
+
+2008-12-21 Bruno Haible <bruno@clisp.org>
+
+ Update doc for HP-UX 11.11.
* doc/posix-functions/btowc.texi: Clarify that the function is missing
in HP-UX version 11.00, not in all versions of HP-UX 11.
* doc/posix-functions/fwide.texi: Likewise.
diff --git a/doc/pastposix-functions/wcswcs.texi b/doc/pastposix-functions/wcswcs.texi
index a318ecfc12..d34432e25c 100644
--- a/doc/pastposix-functions/wcswcs.texi
+++ b/doc/pastposix-functions/wcswcs.texi
@@ -16,7 +16,7 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
MacOS X 10.3, FreeBSD 6.0, IRIX 5.3, Solaris 2.5.1, Cygwin, mingw, BeOS.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@item
This function is marked as ``legacy'' in POSIX. Better use @code{wcsstr}
diff --git a/doc/posix-functions/btowc.texi b/doc/posix-functions/btowc.texi
index 2f768b450f..e54b29e5c5 100644
--- a/doc/posix-functions/btowc.texi
+++ b/doc/posix-functions/btowc.texi
@@ -16,6 +16,6 @@ HP-UX 11.00, IRIX 5.3, Solaris 2.6, mingw, Interix 3.5.
Portability problems not fixed by Gnulib:
@itemize
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/fgetwc.texi b/doc/posix-functions/fgetwc.texi
index eec880a76b..ad3502184e 100644
--- a/doc/posix-functions/fgetwc.texi
+++ b/doc/posix-functions/fgetwc.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
IRIX 5.3, Solaris 2.5.1, Cygwin, BeOS.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/fgetws.texi b/doc/posix-functions/fgetws.texi
index 56a4fa5650..5de0d73026 100644
--- a/doc/posix-functions/fgetws.texi
+++ b/doc/posix-functions/fgetws.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
IRIX 5.3, Solaris 2.5.1, Cygwin, BeOS.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/fputwc.texi b/doc/posix-functions/fputwc.texi
index da5c459f84..4b5c60e2c5 100644
--- a/doc/posix-functions/fputwc.texi
+++ b/doc/posix-functions/fputwc.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
IRIX 5.3, Solaris 2.5.1, Cygwin, BeOS.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/fputws.texi b/doc/posix-functions/fputws.texi
index bd32c0d5a9..c6c69cd379 100644
--- a/doc/posix-functions/fputws.texi
+++ b/doc/posix-functions/fputws.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
IRIX 5.3, Solaris 2.5.1, Cygwin, BeOS.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/fwide.texi b/doc/posix-functions/fwide.texi
index 334adcb993..d2600d3d1c 100644
--- a/doc/posix-functions/fwide.texi
+++ b/doc/posix-functions/fwide.texi
@@ -16,7 +16,7 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
HP-UX 11.00, IRIX 6.5, Solaris 2.6, Cygwin, Interix 3.5, BeOS.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@item
@code{fwide} is not guaranteed to be able to change a file stream's mode
diff --git a/doc/posix-functions/fwprintf.texi b/doc/posix-functions/fwprintf.texi
index 0cc6f6d8c8..f782b58fbf 100644
--- a/doc/posix-functions/fwprintf.texi
+++ b/doc/posix-functions/fwprintf.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
NetBSD 3.0, OpenBSD 3.8, HP-UX 11.00, IRIX 6.5, Solaris 2.6, Cygwin, Interix 3.5, BeOS.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/fwscanf.texi b/doc/posix-functions/fwscanf.texi
index 2d3f7b5ed1..5ae8bdec7c 100644
--- a/doc/posix-functions/fwscanf.texi
+++ b/doc/posix-functions/fwscanf.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
NetBSD 3.0, OpenBSD 3.8, HP-UX 11.00, IRIX 6.5, Solaris 2.6, Cygwin, Interix 3.5, BeOS.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/getwc.texi b/doc/posix-functions/getwc.texi
index ac38da876e..9c705725e3 100644
--- a/doc/posix-functions/getwc.texi
+++ b/doc/posix-functions/getwc.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
IRIX 5.3, Solaris 2.5.1, Cygwin, BeOS.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/getwchar.texi b/doc/posix-functions/getwchar.texi
index cf961db935..1cca4e8495 100644
--- a/doc/posix-functions/getwchar.texi
+++ b/doc/posix-functions/getwchar.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
IRIX 5.3, Solaris 2.5.1, Cygwin, BeOS.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/iswalnum.texi b/doc/posix-functions/iswalnum.texi
index 720e05eb8e..a90adb949a 100644
--- a/doc/posix-functions/iswalnum.texi
+++ b/doc/posix-functions/iswalnum.texi
@@ -19,6 +19,6 @@ Linux libc5.
Portability problems not fixed by Gnulib:
@itemize
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/iswalpha.texi b/doc/posix-functions/iswalpha.texi
index ba87747d8f..197fbf3b0f 100644
--- a/doc/posix-functions/iswalpha.texi
+++ b/doc/posix-functions/iswalpha.texi
@@ -19,6 +19,6 @@ Linux libc5.
Portability problems not fixed by Gnulib:
@itemize
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/iswblank.texi b/doc/posix-functions/iswblank.texi
index 03ee4e9a7f..e8ea1bea54 100644
--- a/doc/posix-functions/iswblank.texi
+++ b/doc/posix-functions/iswblank.texi
@@ -19,6 +19,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
AIX 4.3.2, IRIX 6.5, OSF/1 5.1, Solaris 9, mingw.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/iswcntrl.texi b/doc/posix-functions/iswcntrl.texi
index 00722b0e2f..ed4a8fef0a 100644
--- a/doc/posix-functions/iswcntrl.texi
+++ b/doc/posix-functions/iswcntrl.texi
@@ -19,6 +19,6 @@ Linux libc5.
Portability problems not fixed by Gnulib:
@itemize
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/iswctype.texi b/doc/posix-functions/iswctype.texi
index 035f9c2591..156a26f5a4 100644
--- a/doc/posix-functions/iswctype.texi
+++ b/doc/posix-functions/iswctype.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
IRIX 5.3, Solaris 2.5.1.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/iswdigit.texi b/doc/posix-functions/iswdigit.texi
index 51729638cd..8dccb42c88 100644
--- a/doc/posix-functions/iswdigit.texi
+++ b/doc/posix-functions/iswdigit.texi
@@ -19,6 +19,6 @@ Linux libc5.
Portability problems not fixed by Gnulib:
@itemize
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/iswgraph.texi b/doc/posix-functions/iswgraph.texi
index 3d6f6fbff8..f7dfb6699f 100644
--- a/doc/posix-functions/iswgraph.texi
+++ b/doc/posix-functions/iswgraph.texi
@@ -19,6 +19,6 @@ Linux libc5.
Portability problems not fixed by Gnulib:
@itemize
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/iswlower.texi b/doc/posix-functions/iswlower.texi
index 6892170464..910b118072 100644
--- a/doc/posix-functions/iswlower.texi
+++ b/doc/posix-functions/iswlower.texi
@@ -19,6 +19,6 @@ Linux libc5.
Portability problems not fixed by Gnulib:
@itemize
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/iswprint.texi b/doc/posix-functions/iswprint.texi
index 3dd641ad4b..50d58e3bc5 100644
--- a/doc/posix-functions/iswprint.texi
+++ b/doc/posix-functions/iswprint.texi
@@ -19,6 +19,6 @@ Linux libc5.
Portability problems not fixed by Gnulib:
@itemize
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/iswpunct.texi b/doc/posix-functions/iswpunct.texi
index 983bc4dc06..899dfc5628 100644
--- a/doc/posix-functions/iswpunct.texi
+++ b/doc/posix-functions/iswpunct.texi
@@ -19,6 +19,6 @@ Linux libc5.
Portability problems not fixed by Gnulib:
@itemize
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/iswspace.texi b/doc/posix-functions/iswspace.texi
index 401cba4b2f..fb89382f1d 100644
--- a/doc/posix-functions/iswspace.texi
+++ b/doc/posix-functions/iswspace.texi
@@ -19,6 +19,6 @@ Linux libc5.
Portability problems not fixed by Gnulib:
@itemize
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/iswupper.texi b/doc/posix-functions/iswupper.texi
index 420556f373..ee3588e00d 100644
--- a/doc/posix-functions/iswupper.texi
+++ b/doc/posix-functions/iswupper.texi
@@ -19,6 +19,6 @@ Linux libc5.
Portability problems not fixed by Gnulib:
@itemize
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/iswxdigit.texi b/doc/posix-functions/iswxdigit.texi
index 8ee368d9fa..acdb2f0cb6 100644
--- a/doc/posix-functions/iswxdigit.texi
+++ b/doc/posix-functions/iswxdigit.texi
@@ -19,6 +19,6 @@ Linux libc5.
Portability problems not fixed by Gnulib:
@itemize
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/mbrtowc.texi b/doc/posix-functions/mbrtowc.texi
index f9ab83601e..df8c59b3de 100644
--- a/doc/posix-functions/mbrtowc.texi
+++ b/doc/posix-functions/mbrtowc.texi
@@ -32,6 +32,6 @@ Solaris 9.
Portability problems not fixed by Gnulib:
@itemize
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/mbsrtowcs.texi b/doc/posix-functions/mbsrtowcs.texi
index e3b02b1743..e201c67225 100644
--- a/doc/posix-functions/mbsrtowcs.texi
+++ b/doc/posix-functions/mbsrtowcs.texi
@@ -16,7 +16,7 @@ HP-UX 11.00, IRIX 6.5, Solaris 2.6, mingw, Interix 3.5.
Portability problems not fixed by Gnulib:
@itemize
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@item
The specification is not clear about whether this function should update the
diff --git a/doc/posix-functions/mbstowcs.texi b/doc/posix-functions/mbstowcs.texi
index 192358a8b0..00e0cacddf 100644
--- a/doc/posix-functions/mbstowcs.texi
+++ b/doc/posix-functions/mbstowcs.texi
@@ -13,6 +13,6 @@ Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
@itemize
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/mbtowc.texi b/doc/posix-functions/mbtowc.texi
index 68284ce117..c655dec58c 100644
--- a/doc/posix-functions/mbtowc.texi
+++ b/doc/posix-functions/mbtowc.texi
@@ -13,6 +13,6 @@ Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
@itemize
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/putwc.texi b/doc/posix-functions/putwc.texi
index 6d66d566ab..cca79df213 100644
--- a/doc/posix-functions/putwc.texi
+++ b/doc/posix-functions/putwc.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
IRIX 5.3, Solaris 2.5.1, Cygwin, BeOS.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/putwchar.texi b/doc/posix-functions/putwchar.texi
index c3476334ce..17443ff4f1 100644
--- a/doc/posix-functions/putwchar.texi
+++ b/doc/posix-functions/putwchar.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
IRIX 5.3, Solaris 2.5.1, Cygwin, BeOS.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/swprintf.texi b/doc/posix-functions/swprintf.texi
index b40b317fd1..5a2dd6a749 100644
--- a/doc/posix-functions/swprintf.texi
+++ b/doc/posix-functions/swprintf.texi
@@ -16,7 +16,7 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
NetBSD 3.0, OpenBSD 3.8, HP-UX 11.00, IRIX 6.5, Solaris 2.6, Cygwin, Interix 3.5, BeOS.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@item
On Windows, this function does not take a buffer size as second argument.
diff --git a/doc/posix-functions/tolower.texi b/doc/posix-functions/tolower.texi
index 1974e74f5b..994ca33321 100644
--- a/doc/posix-functions/tolower.texi
+++ b/doc/posix-functions/tolower.texi
@@ -13,6 +13,6 @@ Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
@itemize
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/toupper.texi b/doc/posix-functions/toupper.texi
index 25f6b8a68c..cbe34abbf5 100644
--- a/doc/posix-functions/toupper.texi
+++ b/doc/posix-functions/toupper.texi
@@ -13,6 +13,6 @@ Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
@itemize
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/towctrans.texi b/doc/posix-functions/towctrans.texi
index 4562312ab0..ffda8cd77d 100644
--- a/doc/posix-functions/towctrans.texi
+++ b/doc/posix-functions/towctrans.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
HP-UX 11.00, IRIX 6.5, Solaris 2.5.1, mingw, Interix 3.5.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/ungetwc.texi b/doc/posix-functions/ungetwc.texi
index bcda75d70a..9c67ea72ea 100644
--- a/doc/posix-functions/ungetwc.texi
+++ b/doc/posix-functions/ungetwc.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
IRIX 5.3, Solaris 2.5.1, Cygwin, BeOS.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/vswprintf.texi b/doc/posix-functions/vswprintf.texi
index e271fbd97d..4b57ff3421 100644
--- a/doc/posix-functions/vswprintf.texi
+++ b/doc/posix-functions/vswprintf.texi
@@ -16,7 +16,7 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
NetBSD 3.0, OpenBSD 3.8, HP-UX 11.00, IRIX 6.5, Solaris 2.6, Cygwin, Interix 3.5, BeOS.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@item
On Windows, this function does not take a buffer size as second argument.
diff --git a/doc/posix-functions/wcrtomb.texi b/doc/posix-functions/wcrtomb.texi
index 43420e2b22..7d39a03e99 100644
--- a/doc/posix-functions/wcrtomb.texi
+++ b/doc/posix-functions/wcrtomb.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
HP-UX 11.00, IRIX 6.5, Solaris 2.6, mingw, Interix 3.5.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/wcscat.texi b/doc/posix-functions/wcscat.texi
index 2f49ebdb78..6a3188bf94 100644
--- a/doc/posix-functions/wcscat.texi
+++ b/doc/posix-functions/wcscat.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
IRIX 5.3, Solaris 2.5.1.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/wcschr.texi b/doc/posix-functions/wcschr.texi
index 11860311be..a823dfa40a 100644
--- a/doc/posix-functions/wcschr.texi
+++ b/doc/posix-functions/wcschr.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
IRIX 5.3, Solaris 2.5.1.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/wcscmp.texi b/doc/posix-functions/wcscmp.texi
index c071756c49..8161645adc 100644
--- a/doc/posix-functions/wcscmp.texi
+++ b/doc/posix-functions/wcscmp.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
IRIX 5.3, Solaris 2.5.1.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/wcscoll.texi b/doc/posix-functions/wcscoll.texi
index d7f3d63781..c1af007364 100644
--- a/doc/posix-functions/wcscoll.texi
+++ b/doc/posix-functions/wcscoll.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
IRIX 5.3, Solaris 2.5.1.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/wcscpy.texi b/doc/posix-functions/wcscpy.texi
index 6dc1637112..d529e918d2 100644
--- a/doc/posix-functions/wcscpy.texi
+++ b/doc/posix-functions/wcscpy.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
IRIX 5.3, Solaris 2.5.1.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/wcscspn.texi b/doc/posix-functions/wcscspn.texi
index 49e62225fd..56ddda52d2 100644
--- a/doc/posix-functions/wcscspn.texi
+++ b/doc/posix-functions/wcscspn.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
IRIX 5.3, Solaris 2.5.1.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/wcsftime.texi b/doc/posix-functions/wcsftime.texi
index bb4ac901e2..0fb8a437b2 100644
--- a/doc/posix-functions/wcsftime.texi
+++ b/doc/posix-functions/wcsftime.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
OpenBSD 3.8, IRIX 5.3, Solaris 2.5.1, Cygwin, BeOS.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/wcslen.texi b/doc/posix-functions/wcslen.texi
index 327fcdebe3..d679ee8b70 100644
--- a/doc/posix-functions/wcslen.texi
+++ b/doc/posix-functions/wcslen.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
IRIX 5.3, Solaris 2.5.1.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/wcsncat.texi b/doc/posix-functions/wcsncat.texi
index d52bb2be0c..236dc6cb4a 100644
--- a/doc/posix-functions/wcsncat.texi
+++ b/doc/posix-functions/wcsncat.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
IRIX 5.3, Solaris 2.5.1.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/wcsncmp.texi b/doc/posix-functions/wcsncmp.texi
index c8b81ab73c..7d606c0d16 100644
--- a/doc/posix-functions/wcsncmp.texi
+++ b/doc/posix-functions/wcsncmp.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
IRIX 5.3, Solaris 2.5.1.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/wcsncpy.texi b/doc/posix-functions/wcsncpy.texi
index 09eb275eec..b23d2c7795 100644
--- a/doc/posix-functions/wcsncpy.texi
+++ b/doc/posix-functions/wcsncpy.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
IRIX 5.3, Solaris 2.5.1.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/wcspbrk.texi b/doc/posix-functions/wcspbrk.texi
index f9209adcd6..9464beda86 100644
--- a/doc/posix-functions/wcspbrk.texi
+++ b/doc/posix-functions/wcspbrk.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
IRIX 5.3, Solaris 2.5.1.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/wcsrchr.texi b/doc/posix-functions/wcsrchr.texi
index d286cd5db3..95e295c238 100644
--- a/doc/posix-functions/wcsrchr.texi
+++ b/doc/posix-functions/wcsrchr.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
IRIX 5.3, Solaris 2.5.1.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/wcsrtombs.texi b/doc/posix-functions/wcsrtombs.texi
index 557b3410c8..315c9950bc 100644
--- a/doc/posix-functions/wcsrtombs.texi
+++ b/doc/posix-functions/wcsrtombs.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
HP-UX 11.00, IRIX 6.5, Solaris 2.6, mingw, Interix 3.5.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/wcsspn.texi b/doc/posix-functions/wcsspn.texi
index 83becc9e5e..bf6aeb29ea 100644
--- a/doc/posix-functions/wcsspn.texi
+++ b/doc/posix-functions/wcsspn.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
IRIX 5.3, Solaris 2.5.1.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/wcsstr.texi b/doc/posix-functions/wcsstr.texi
index 1f66964f08..fab4008ad3 100644
--- a/doc/posix-functions/wcsstr.texi
+++ b/doc/posix-functions/wcsstr.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
HP-UX 11.00, IRIX 5.3, Solaris 2.6.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/wcstod.texi b/doc/posix-functions/wcstod.texi
index 84d84876ba..42d56bb4d8 100644
--- a/doc/posix-functions/wcstod.texi
+++ b/doc/posix-functions/wcstod.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
IRIX 5.3, Solaris 2.5.1, Cygwin.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/wcstof.texi b/doc/posix-functions/wcstof.texi
index 7a008eccfd..69ce2d7612 100644
--- a/doc/posix-functions/wcstof.texi
+++ b/doc/posix-functions/wcstof.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
NetBSD 3.0, OpenBSD 3.8, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin, Interix 3.5, BeOS.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/wcstoimax.texi b/doc/posix-functions/wcstoimax.texi
index 18cede0b99..c09eed1ffe 100644
--- a/doc/posix-functions/wcstoimax.texi
+++ b/doc/posix-functions/wcstoimax.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin, Interix 3.5.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/wcstok.texi b/doc/posix-functions/wcstok.texi
index d527dc0ba8..0d1ed6a5e9 100644
--- a/doc/posix-functions/wcstok.texi
+++ b/doc/posix-functions/wcstok.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
IRIX 5.3, Solaris 2.5.1, Cygwin.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/wcstol.texi b/doc/posix-functions/wcstol.texi
index 0f073ef002..4d8f9e2144 100644
--- a/doc/posix-functions/wcstol.texi
+++ b/doc/posix-functions/wcstol.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
IRIX 5.3, Solaris 2.5.1, Cygwin.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/wcstold.texi b/doc/posix-functions/wcstold.texi
index 1316acd07b..d57ed5289a 100644
--- a/doc/posix-functions/wcstold.texi
+++ b/doc/posix-functions/wcstold.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
NetBSD 3.0, OpenBSD 3.8, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 4.0, Solaris 9, Cygwin, Interix 3.5, BeOS.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/wcstoll.texi b/doc/posix-functions/wcstoll.texi
index 865db5ba6f..a90161b204 100644
--- a/doc/posix-functions/wcstoll.texi
+++ b/doc/posix-functions/wcstoll.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
HP-UX 11, IRIX 5.3, OSF/1 5.1, Solaris 9, Cygwin, Interix 3.5.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/wcstombs.texi b/doc/posix-functions/wcstombs.texi
index 7a7e72175e..c65d55d127 100644
--- a/doc/posix-functions/wcstombs.texi
+++ b/doc/posix-functions/wcstombs.texi
@@ -13,6 +13,6 @@ Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
@itemize
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/wcstoul.texi b/doc/posix-functions/wcstoul.texi
index d3ac0e0636..c8e239e971 100644
--- a/doc/posix-functions/wcstoul.texi
+++ b/doc/posix-functions/wcstoul.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
IRIX 5.3, Solaris 2.5.1, Cygwin.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/wcstoull.texi b/doc/posix-functions/wcstoull.texi
index 9d5e72ab3d..239f6cf3de 100644
--- a/doc/posix-functions/wcstoull.texi
+++ b/doc/posix-functions/wcstoull.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
HP-UX 11, IRIX 5.3, OSF/1 5.1, Solaris 9, Cygwin, Interix 3.5.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/wcstoumax.texi b/doc/posix-functions/wcstoumax.texi
index e74a0a5a11..1eb90b3dac 100644
--- a/doc/posix-functions/wcstoumax.texi
+++ b/doc/posix-functions/wcstoumax.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin, Interix 3.5.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/wcswidth.texi b/doc/posix-functions/wcswidth.texi
index 1d8beec697..7972f996f1 100644
--- a/doc/posix-functions/wcswidth.texi
+++ b/doc/posix-functions/wcswidth.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
OpenBSD 3.8, IRIX 5.3, Solaris 2.5.1, mingw, BeOS.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/wcsxfrm.texi b/doc/posix-functions/wcsxfrm.texi
index 973217d54d..d1cf3857ba 100644
--- a/doc/posix-functions/wcsxfrm.texi
+++ b/doc/posix-functions/wcsxfrm.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
IRIX 5.3, Solaris 2.5.1, Cygwin.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/wctob.texi b/doc/posix-functions/wctob.texi
index 39fb44eb22..ea99ddd0a7 100644
--- a/doc/posix-functions/wctob.texi
+++ b/doc/posix-functions/wctob.texi
@@ -22,6 +22,6 @@ IRIX 6.5.
Portability problems not fixed by Gnulib:
@itemize
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/wctomb.texi b/doc/posix-functions/wctomb.texi
index 5566f8bfee..880dbfbb8e 100644
--- a/doc/posix-functions/wctomb.texi
+++ b/doc/posix-functions/wctomb.texi
@@ -13,6 +13,6 @@ Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
@itemize
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/wctrans.texi b/doc/posix-functions/wctrans.texi
index 7c54100d21..dc28dfeb80 100644
--- a/doc/posix-functions/wctrans.texi
+++ b/doc/posix-functions/wctrans.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
HP-UX 11.00, IRIX 6.5, Solaris 2.5.1, mingw, Interix 3.5.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/wctype.texi b/doc/posix-functions/wctype.texi
index 2041f104e7..f921a905e5 100644
--- a/doc/posix-functions/wctype.texi
+++ b/doc/posix-functions/wctype.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
IRIX 5.3, Solaris 2.5.1, mingw.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/wcwidth.texi b/doc/posix-functions/wcwidth.texi
index 2bb64c88db..1bf58b75b5 100644
--- a/doc/posix-functions/wcwidth.texi
+++ b/doc/posix-functions/wcwidth.texi
@@ -20,6 +20,6 @@ MacOS X 10.3.
Portability problems not fixed by Gnulib:
@itemize
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/wmemchr.texi b/doc/posix-functions/wmemchr.texi
index abf459567b..32a3baf2e1 100644
--- a/doc/posix-functions/wmemchr.texi
+++ b/doc/posix-functions/wmemchr.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
HP-UX 11.00, IRIX 6.5, Solaris 2.6, Interix 3.5.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/wmemcmp.texi b/doc/posix-functions/wmemcmp.texi
index 567eb88323..b133eeec0c 100644
--- a/doc/posix-functions/wmemcmp.texi
+++ b/doc/posix-functions/wmemcmp.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
HP-UX 11.00, IRIX 6.5, Solaris 2.6, Interix 3.5.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/wmemcpy.texi b/doc/posix-functions/wmemcpy.texi
index 3bf36e7d02..96ac46d023 100644
--- a/doc/posix-functions/wmemcpy.texi
+++ b/doc/posix-functions/wmemcpy.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
HP-UX 11.00, IRIX 6.5, Solaris 2.6, Interix 3.5.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/wmemmove.texi b/doc/posix-functions/wmemmove.texi
index 27ca3bd915..6114d3205b 100644
--- a/doc/posix-functions/wmemmove.texi
+++ b/doc/posix-functions/wmemmove.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
HP-UX 11.00, IRIX 6.5, Solaris 2.6, Interix 3.5.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/wmemset.texi b/doc/posix-functions/wmemset.texi
index a3cf4067d3..b6266eac72 100644
--- a/doc/posix-functions/wmemset.texi
+++ b/doc/posix-functions/wmemset.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
HP-UX 11.00, IRIX 6.5, Solaris 2.6, Interix 3.5.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/wprintf.texi b/doc/posix-functions/wprintf.texi
index 9a35c760a4..80f1f33406 100644
--- a/doc/posix-functions/wprintf.texi
+++ b/doc/posix-functions/wprintf.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
NetBSD 3.0, OpenBSD 3.8, HP-UX 11.00, IRIX 6.5, Solaris 2.6, Interix 3.5, BeOS.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize
diff --git a/doc/posix-functions/wscanf.texi b/doc/posix-functions/wscanf.texi
index e672e03890..1d8e891c97 100644
--- a/doc/posix-functions/wscanf.texi
+++ b/doc/posix-functions/wscanf.texi
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
This function is missing on some platforms:
NetBSD 3.0, OpenBSD 3.8, HP-UX 11.00, IRIX 6.5, Solaris 2.6, Cygwin, Interix 3.5, BeOS.
@item
-On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
accommodate all Unicode characters.
@end itemize