changeset 13989:b64b2c4507ad

getaddrinfo, inet_ntop: Update doc for Solaris. * doc/posix-functions/gai_strerror.texi: Return type is also an issue on Solaris 9 and earlier. * doc/posix-functions/inet_ntop.texi: 4th arg type is also an issue on Solaris 10 and earlier.
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 22 Dec 2010 02:03:18 -0800
parents 46007e663235
children 91f7462fa2c8
files ChangeLog doc/posix-functions/gai_strerror.texi doc/posix-functions/inet_ntop.texi
diffstat 3 files changed, 10 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-12-22  Paul Eggert  <eggert@cs.ucla.edu>
+
+	getaddrinfo, inet_ntop: Update doc for Solaris.
+	* doc/posix-functions/gai_strerror.texi: Return type is also an
+	issue on Solaris 9 and earlier.
+	* doc/posix-functions/inet_ntop.texi: 4th arg type is also an issue
+	on Solaris 10 and earlier.
+
 2010-12-21  Bruno Haible  <bruno@clisp.org>
 
 	New module 'roundl-ieee'.
--- 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.
+OSF/1 5.1, Solaris 9.
 @end itemize
--- a/doc/posix-functions/inet_ntop.texi
+++ b/doc/posix-functions/inet_ntop.texi
@@ -18,5 +18,5 @@
 @item
 This function's fourth argument type is @code{size_t} instead of
 @code{socklen_t} on some platforms:
-OSF/1 5.1.
+OSF/1 5.1, Solaris 10.
 @end itemize