avoid some overlong lines from posix urls, etc.
[gnulib.git] / doc / posix-functions / sendto.texi
1 @node sendto
2 @section @code{sendto}
3 @findex sendto
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sendto.html}
6
7 Gnulib module: sendto
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 On Windows platforms (excluding Cygwin), error codes for @code{sendto}
13 are not placed in @code{errno}, and @code{WSAGetLastError} must be
14 used instead.
15 @end itemize
16
17 Portability problems not fixed by Gnulib:
18 @itemize
19 @end itemize