X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=inline;f=doc%2Fposix-functions%2Finet_ntoa.texi;h=a21f3197b6ffd18b35845aba0d59454cfd7864a0;hb=a77413333408e54b8d6c4e19918098794cef4b4b;hp=4e728be246cf0a76ae4c8dcede26b10b1cda9133;hpb=32839c247d8c816279e1b5d1a3ed68c5652cf72e;p=gnulib.git diff --git a/doc/posix-functions/inet_ntoa.texi b/doc/posix-functions/inet_ntoa.texi index 4e728be24..a21f3197b 100644 --- a/doc/posix-functions/inet_ntoa.texi +++ b/doc/posix-functions/inet_ntoa.texi @@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -mingw. +mingw, MSVC 9. @item The @code{inet_ntoa} function need not be reentrant, and consequently is not required to be thread safe. Implementations of @@ -24,5 +24,5 @@ might end up with the wrong date in one of the threads, or some undefined string. @end itemize -Note: @code{inet_ntoa} is specific for @acronym{IPv4} addresses. +Note: @code{inet_ntoa} is specific for IPv4 addresses. A protocol independent function is @code{inet_ntop}.