X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fsend.texi;h=87384af353bf0eef18fe3a21f03af876141a0886;hb=a155c5688ab059c1c2fff7f132116b455ddb37ba;hp=2320826683bebe4c3b0c564ee7508f77e8aebd7e;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-functions/send.texi b/doc/posix-functions/send.texi index 232082668..87384af35 100644 --- a/doc/posix-functions/send.texi +++ b/doc/posix-functions/send.texi @@ -2,17 +2,18 @@ @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: --- +Gnulib module: send Portability problems fixed by Gnulib: @itemize +@item +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: @itemize -@item -This function is missing on some platforms: -mingw. @end itemize