X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Frecvfrom.texi;h=7f8214ff80326d473c3a07e025d4e328d72b9974;hb=7c59efd8bc7abb8c79ae969a65ece95e68c9be4c;hp=9b15e13b4f249c3cbf224fb5664c4d736c1cd05f;hpb=32848a0b172a6f0f4f7122cc1c7c1050f85094df;p=gnulib.git diff --git a/doc/posix-functions/recvfrom.texi b/doc/posix-functions/recvfrom.texi index 9b15e13b4..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: sys_socket +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: