changeset 14500:cd56d372f179

getaddrinfo: Doc fix. * doc/posix-functions/getaddrinfo.texi: Drop netdb.h discussion. Reported by Bastien ROUCARIES <roucaries.bastien@gmail.com>.
author Simon Josefsson <simon@josefsson.org>
date Mon, 28 Mar 2011 21:31:46 +0200
parents cfa74ad68867
children 61bd16d184ab
files ChangeLog doc/posix-functions/getaddrinfo.texi
diffstat 2 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-03-28  Simon Josefsson  <simon@josefsson.org>
+
+	* doc/posix-functions/getaddrinfo.texi: Drop netdb.h discussion.
+	Reported by Bastien ROUCARIES <roucaries.bastien@gmail.com>.
+
 2011-03-26  Bruno Haible  <bruno@clisp.org>
 
 	unictype/property-byname: Reduce the number of load-time relocations.
--- a/doc/posix-functions/getaddrinfo.texi
+++ b/doc/posix-functions/getaddrinfo.texi
@@ -15,7 +15,4 @@
 
 Portability problems not fixed by Gnulib:
 @itemize
-@item
-On Windows, this function is declared in @code{<ws2tcpip.h>} rather than in
-@code{<netdb.h>}.
 @end itemize