X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Frecvfrom.texi;h=7f8214ff80326d473c3a07e025d4e328d72b9974;hb=7c59efd8bc7abb8c79ae969a65ece95e68c9be4c;hp=78e4c575b98e7aab4903450547984a81f1f0f765;hpb=44656541e5be621a9430633f8c3a4fdea64d284d;p=gnulib.git diff --git a/doc/posix-functions/recvfrom.texi b/doc/posix-functions/recvfrom.texi index 78e4c575b..7f8214ff8 100644 --- a/doc/posix-functions/recvfrom.texi +++ b/doc/posix-functions/recvfrom.texi @@ -2,15 +2,16 @@ @section @code{recvfrom} @findex recvfrom -POSIX specification: @url{http://www.opengroup.org/susv3xsh/recvfrom.html} +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/recvfrom.html} Gnulib module: recvfrom Portability problems fixed by Gnulib: @itemize @item -On Windows platforms (excluding Cygwin), error codes for @code{accept} are not -placed in @code{errno}, and @code{WSAGetLastError} must be used instead. +On Windows platforms (excluding Cygwin), error codes for +@code{recvfrom} are not placed in @code{errno}, and +@code{WSAGetLastError} must be used instead. @end itemize Portability problems not fixed by Gnulib: