changeset 13990:91f7462fa2c8

getaddrinfo: Update doc. * doc/posix-functions/gai_strerror.texi: Return type is also different on AIX and HP-UX.
author Bruno Haible <bruno@clisp.org>
date Wed, 22 Dec 2010 11:44:12 +0100
parents b64b2c4507ad
children 525bc52bc59f
files ChangeLog doc/posix-functions/gai_strerror.texi
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/doc/posix-functions/gai_strerror.texi
+++ b/doc/posix-functions/gai_strerror.texi
@@ -17,5 +17,5 @@
 @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