X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fsend.texi;h=87384af353bf0eef18fe3a21f03af876141a0886;hb=a155c5688ab059c1c2fff7f132116b455ddb37ba;hp=d9d8dedf6c8e232f3187eb142a77d01cf850ee6f;hpb=44656541e5be621a9430633f8c3a4fdea64d284d;p=gnulib.git diff --git a/doc/posix-functions/send.texi b/doc/posix-functions/send.texi index d9d8dedf6..87384af35 100644 --- a/doc/posix-functions/send.texi +++ b/doc/posix-functions/send.texi @@ -2,15 +2,16 @@ @section @code{send} @findex send -POSIX specification: @url{http://www.opengroup.org/susv3xsh/send.html} +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/send.html} Gnulib module: send 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{send} +are not placed in @code{errno}, and @code{WSAGetLastError} must be +used instead. @end itemize Portability problems not fixed by Gnulib: