HP-UX 11.11 has added the ANSI C Amendment 1 functions that were missing in HP-UX 11.00. This patch updates the doc.
2008-12-21 Bruno Haible <br...@clisp.org> Update 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. * doc/posix-functions/fwprintf.texi: Likewise. * doc/posix-functions/fwscanf.texi: Likewise. * doc/posix-functions/inet_ntop.texi: Likewise. * doc/posix-functions/inet_pton.texi: Likewise. * doc/posix-functions/mbrlen.texi: Likewise. * doc/posix-functions/mbrtowc.texi: Likewise. * doc/posix-functions/mbsinit.texi: Likewise. * doc/posix-functions/mbsrtowcs.texi: Likewise. * doc/posix-functions/swprintf.texi: Likewise. * doc/posix-functions/swscanf.texi: Likewise. * doc/posix-functions/towctrans.texi: Likewise. * doc/posix-functions/vfwprintf.texi: Likewise. * doc/posix-functions/vswprintf.texi: Likewise. * doc/posix-functions/vwprintf.texi: Likewise. * doc/posix-functions/wcrtomb.texi: Likewise. * doc/posix-functions/wcsrtombs.texi: Likewise. * doc/posix-functions/wcsstr.texi: Likewise. * doc/posix-functions/wctob.texi: Likewise. * doc/posix-functions/wctrans.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. --- doc/posix-functions/btowc.texi.orig 2008-12-21 12:31:50.000000000 +0100 +++ doc/posix-functions/btowc.texi 2008-12-21 12:27:11.000000000 +0100 @@ -10,7 +10,7 @@ @itemize @item This function is missing on some platforms: -HP-UX 11, IRIX 5.3, Solaris 2.6, mingw, Interix 3.5. +HP-UX 11.00, IRIX 5.3, Solaris 2.6, mingw, Interix 3.5. @end itemize Portability problems not fixed by Gnulib: --- doc/posix-functions/fwide.texi.orig 2008-12-21 12:31:50.000000000 +0100 +++ doc/posix-functions/fwide.texi 2008-12-21 12:27:16.000000000 +0100 @@ -14,7 +14,7 @@ @itemize @item This function is missing on some platforms: -HP-UX 11, IRIX 6.5, Solaris 2.6, Cygwin, Interix 3.5, BeOS. +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 accommodate all Unicode characters. --- doc/posix-functions/fwprintf.texi.orig 2008-12-21 12:31:50.000000000 +0100 +++ doc/posix-functions/fwprintf.texi 2008-12-21 12:27:20.000000000 +0100 @@ -14,7 +14,7 @@ @itemize @item This function is missing on some platforms: -NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, Solaris 2.6, Cygwin, Interix 3.5, BeOS. +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 accommodate all Unicode characters. --- doc/posix-functions/fwscanf.texi.orig 2008-12-21 12:31:50.000000000 +0100 +++ doc/posix-functions/fwscanf.texi 2008-12-21 12:27:22.000000000 +0100 @@ -14,7 +14,7 @@ @itemize @item This function is missing on some platforms: -NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, Solaris 2.6, Cygwin, Interix 3.5, BeOS. +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 accommodate all Unicode characters. --- doc/posix-functions/inet_ntop.texi.orig 2008-12-21 12:31:50.000000000 +0100 +++ doc/posix-functions/inet_ntop.texi 2008-12-21 12:27:26.000000000 +0100 @@ -10,7 +10,7 @@ @itemize @item This function is missing on some platforms: -HP-UX 11, OSF/1 4.0, Solaris 2.5.1, mingw, Interix 3.5, BeOS. +HP-UX 11.00, OSF/1 4.0, Solaris 2.5.1, mingw, Interix 3.5, BeOS. @end itemize Portability problems not fixed by Gnulib: --- doc/posix-functions/inet_pton.texi.orig 2008-12-21 12:31:50.000000000 +0100 +++ doc/posix-functions/inet_pton.texi 2008-12-21 12:27:28.000000000 +0100 @@ -10,7 +10,7 @@ @itemize @item This function is missing on some platforms: -HP-UX 11, OSF/1 4.0, Solaris 2.5.1, mingw, Interix 3.5, BeOS. +HP-UX 11.00, OSF/1 4.0, Solaris 2.5.1, mingw, Interix 3.5, BeOS. @end itemize Portability problems not fixed by Gnulib: --- doc/posix-functions/mbrlen.texi.orig 2008-12-21 12:31:50.000000000 +0100 +++ doc/posix-functions/mbrlen.texi 2008-12-21 12:27:31.000000000 +0100 @@ -10,7 +10,7 @@ @itemize @item This function is missing on some platforms: -HP-UX 11, IRIX 6.5, Solaris 2.6, mingw, Interix 3.5. +HP-UX 11.00, IRIX 6.5, Solaris 2.6, mingw, Interix 3.5. @end itemize Portability problems not fixed by Gnulib: --- doc/posix-functions/mbrtowc.texi.orig 2008-12-21 12:31:50.000000000 +0100 +++ doc/posix-functions/mbrtowc.texi 2008-12-21 12:27:34.000000000 +0100 @@ -10,7 +10,7 @@ @itemize @item This function is missing on some platforms: -HP-UX 11, IRIX 6.5, Solaris 2.6, mingw, Interix 3.5. +HP-UX 11.00, IRIX 6.5, Solaris 2.6, mingw, Interix 3.5. @item This function does not put the state into non-initial state when parsing an incomplete multibyte character on some platforms: --- doc/posix-functions/mbsinit.texi.orig 2008-12-21 12:31:50.000000000 +0100 +++ doc/posix-functions/mbsinit.texi 2008-12-21 12:27:38.000000000 +0100 @@ -10,7 +10,7 @@ @itemize @item This function is missing on some platforms: -HP-UX 11, IRIX 6.5, Solaris 2.6, Interix 3.5. +HP-UX 11.00, IRIX 6.5, Solaris 2.6, Interix 3.5. @end itemize Portability problems not fixed by Gnulib: --- doc/posix-functions/mbsrtowcs.texi.orig 2008-12-21 12:31:50.000000000 +0100 +++ doc/posix-functions/mbsrtowcs.texi 2008-12-21 12:27:40.000000000 +0100 @@ -10,7 +10,7 @@ @itemize @item This function is missing on some platforms: -HP-UX 11, IRIX 6.5, Solaris 2.6, mingw, Interix 3.5. +HP-UX 11.00, IRIX 6.5, Solaris 2.6, mingw, Interix 3.5. @end itemize Portability problems not fixed by Gnulib: --- doc/posix-functions/swprintf.texi.orig 2008-12-21 12:31:50.000000000 +0100 +++ doc/posix-functions/swprintf.texi 2008-12-21 12:27:43.000000000 +0100 @@ -14,7 +14,7 @@ @itemize @item This function is missing on some platforms: -NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, Solaris 2.6, Cygwin, Interix 3.5, BeOS. +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 accommodate all Unicode characters. --- doc/posix-functions/swscanf.texi.orig 2008-12-21 12:31:50.000000000 +0100 +++ doc/posix-functions/swscanf.texi 2008-12-21 12:27:45.000000000 +0100 @@ -14,5 +14,5 @@ @itemize @item This function is missing on some platforms: -NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, Solaris 2.6, Cygwin, Interix 3.5, BeOS. +NetBSD 3.0, OpenBSD 3.8, HP-UX 11.00, IRIX 6.5, Solaris 2.6, Cygwin, Interix 3.5, BeOS. @end itemize --- doc/posix-functions/towctrans.texi.orig 2008-12-21 12:31:50.000000000 +0100 +++ doc/posix-functions/towctrans.texi 2008-12-21 12:27:48.000000000 +0100 @@ -14,7 +14,7 @@ @itemize @item This function is missing on some platforms: -HP-UX 11, IRIX 6.5, Solaris 2.5.1, mingw, Interix 3.5. +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 accommodate all Unicode characters. --- doc/posix-functions/vfwprintf.texi.orig 2008-12-21 12:31:50.000000000 +0100 +++ doc/posix-functions/vfwprintf.texi 2008-12-21 12:27:50.000000000 +0100 @@ -14,5 +14,5 @@ @itemize @item This function is missing on some platforms: -NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, Solaris 2.6, Cygwin, Interix 3.5, BeOS. +NetBSD 3.0, OpenBSD 3.8, HP-UX 11.00, IRIX 6.5, Solaris 2.6, Cygwin, Interix 3.5, BeOS. @end itemize --- doc/posix-functions/vswprintf.texi.orig 2008-12-21 12:31:50.000000000 +0100 +++ doc/posix-functions/vswprintf.texi 2008-12-21 12:27:52.000000000 +0100 @@ -14,7 +14,7 @@ @itemize @item This function is missing on some platforms: -NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, Solaris 2.6, Cygwin, Interix 3.5, BeOS. +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 accommodate all Unicode characters. --- doc/posix-functions/vwprintf.texi.orig 2008-12-21 12:31:50.000000000 +0100 +++ doc/posix-functions/vwprintf.texi 2008-12-21 12:27:56.000000000 +0100 @@ -14,5 +14,5 @@ @itemize @item This function is missing on some platforms: -NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, Solaris 2.6, Cygwin, Interix 3.5, BeOS. +NetBSD 3.0, OpenBSD 3.8, HP-UX 11.00, IRIX 6.5, Solaris 2.6, Cygwin, Interix 3.5, BeOS. @end itemize --- doc/posix-functions/wcrtomb.texi.orig 2008-12-21 12:31:50.000000000 +0100 +++ doc/posix-functions/wcrtomb.texi 2008-12-21 12:27:59.000000000 +0100 @@ -14,7 +14,7 @@ @itemize @item This function is missing on some platforms: -HP-UX 11, IRIX 6.5, Solaris 2.6, mingw, Interix 3.5. +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 accommodate all Unicode characters. --- doc/posix-functions/wcsrtombs.texi.orig 2008-12-21 12:31:50.000000000 +0100 +++ doc/posix-functions/wcsrtombs.texi 2008-12-21 12:28:01.000000000 +0100 @@ -14,7 +14,7 @@ @itemize @item This function is missing on some platforms: -HP-UX 11, IRIX 6.5, Solaris 2.6, mingw, Interix 3.5. +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 accommodate all Unicode characters. --- doc/posix-functions/wcsstr.texi.orig 2008-12-21 12:31:50.000000000 +0100 +++ doc/posix-functions/wcsstr.texi 2008-12-21 12:28:03.000000000 +0100 @@ -14,7 +14,7 @@ @itemize @item This function is missing on some platforms: -HP-UX 11, IRIX 5.3, Solaris 2.6. +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 accommodate all Unicode characters. --- doc/posix-functions/wctob.texi.orig 2008-12-21 12:31:50.000000000 +0100 +++ doc/posix-functions/wctob.texi 2008-12-21 12:28:06.000000000 +0100 @@ -10,7 +10,7 @@ @itemize @item This function is missing on some platforms: -HP-UX 11, IRIX 5.3, Solaris 2.6, mingw, Interix 3.5. +HP-UX 11.00, IRIX 5.3, Solaris 2.6, mingw, Interix 3.5. @item This function does not work on some platforms: Solaris 9. --- doc/posix-functions/wctrans.texi.orig 2008-12-21 12:31:50.000000000 +0100 +++ doc/posix-functions/wctrans.texi 2008-12-21 12:28:09.000000000 +0100 @@ -14,7 +14,7 @@ @itemize @item This function is missing on some platforms: -HP-UX 11, IRIX 6.5, Solaris 2.5.1, mingw, Interix 3.5. +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 accommodate all Unicode characters. --- doc/posix-functions/wmemchr.texi.orig 2008-12-21 12:31:51.000000000 +0100 +++ doc/posix-functions/wmemchr.texi 2008-12-21 12:28:12.000000000 +0100 @@ -14,7 +14,7 @@ @itemize @item This function is missing on some platforms: -HP-UX 11, IRIX 6.5, Solaris 2.6, Interix 3.5. +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 accommodate all Unicode characters. --- doc/posix-functions/wmemcmp.texi.orig 2008-12-21 12:31:51.000000000 +0100 +++ doc/posix-functions/wmemcmp.texi 2008-12-21 12:28:14.000000000 +0100 @@ -14,7 +14,7 @@ @itemize @item This function is missing on some platforms: -HP-UX 11, IRIX 6.5, Solaris 2.6, Interix 3.5. +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 accommodate all Unicode characters. --- doc/posix-functions/wmemcpy.texi.orig 2008-12-21 12:31:51.000000000 +0100 +++ doc/posix-functions/wmemcpy.texi 2008-12-21 12:28:17.000000000 +0100 @@ -14,7 +14,7 @@ @itemize @item This function is missing on some platforms: -HP-UX 11, IRIX 6.5, Solaris 2.6, Interix 3.5. +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 accommodate all Unicode characters. --- doc/posix-functions/wmemmove.texi.orig 2008-12-21 12:31:51.000000000 +0100 +++ doc/posix-functions/wmemmove.texi 2008-12-21 12:28:19.000000000 +0100 @@ -14,7 +14,7 @@ @itemize @item This function is missing on some platforms: -HP-UX 11, IRIX 6.5, Solaris 2.6, Interix 3.5. +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 accommodate all Unicode characters. --- doc/posix-functions/wmemset.texi.orig 2008-12-21 12:31:51.000000000 +0100 +++ doc/posix-functions/wmemset.texi 2008-12-21 12:28:22.000000000 +0100 @@ -14,7 +14,7 @@ @itemize @item This function is missing on some platforms: -HP-UX 11, IRIX 6.5, Solaris 2.6, Interix 3.5. +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 accommodate all Unicode characters. --- doc/posix-functions/wprintf.texi.orig 2008-12-21 12:31:51.000000000 +0100 +++ doc/posix-functions/wprintf.texi 2008-12-21 12:28:25.000000000 +0100 @@ -14,7 +14,7 @@ @itemize @item This function is missing on some platforms: -NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, Solaris 2.6, Interix 3.5, BeOS. +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 accommodate all Unicode characters. --- doc/posix-functions/wscanf.texi.orig 2008-12-21 12:31:51.000000000 +0100 +++ doc/posix-functions/wscanf.texi 2008-12-21 12:28:27.000000000 +0100 @@ -14,7 +14,7 @@ @itemize @item This function is missing on some platforms: -NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, Solaris 2.6, Cygwin, Interix 3.5, BeOS. +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 accommodate all Unicode characters.