X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fsend.texi;h=e3151f71e6548b69f8277bdcbc55fdbba35155e4;hb=6be810275c790f43e4c155fef6b073d3c3a75a21;hp=749f8da671b23d74979d7ca79080d95676f3070c;hpb=11ee0e1340f95ccb9954e522f6e003b3125eb109;p=gnulib.git diff --git a/doc/posix-functions/send.texi b/doc/posix-functions/send.texi index 749f8da67..e3151f71e 100644 --- a/doc/posix-functions/send.texi +++ b/doc/posix-functions/send.texi @@ -2,13 +2,17 @@ @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 +This function has the return type @code{int} instead of @code{ssize_t} +on some platforms: +OSF/1 5.1. +@item On Windows platforms (excluding Cygwin), error codes for @code{send} are not placed in @code{errno}, and @code{WSAGetLastError} must be used instead.