getaddrinfo: Update doc.
authorBruno Haible <bruno@clisp.org>
Wed, 22 Dec 2010 10:44:12 +0000 (11:44 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 22 Dec 2010 10:44:12 +0000 (11:44 +0100)
* doc/posix-functions/gai_strerror.texi: Return type is also different
on AIX and HP-UX.

ChangeLog
doc/posix-functions/gai_strerror.texi

index e9128ad..298bae1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-12-22  Bruno Haible  <bruno@clisp.org>
+
+       getaddrinfo: Update doc.
+       * doc/posix-functions/gai_strerror.texi: Return type is also different
+       on AIX and HP-UX.
+
 2010-12-22  Paul Eggert  <eggert@cs.ucla.edu>
 
        getaddrinfo, inet_ntop: Update doc for Solaris.
index 730a98a..41e46e8 100644 (file)
@@ -17,5 +17,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 This function's return type is @code{char *} instead of @code{const char *}
 on some platforms:
-OSF/1 5.1, Solaris 9.
+AIX 7.1, HP-UX 11, OSF/1 5.1, Solaris 9.
 @end itemize