X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Flisten.texi;h=0c16ede1aa714264cde0e5ddfd3bc688e8fbacdc;hb=176cd193605775b290fee26568eec5d1ebd47f58;hp=02631fb3e11ee8c292a1566f80c228ab85f2451f;hpb=32848a0b172a6f0f4f7122cc1c7c1050f85094df;p=gnulib.git diff --git a/doc/posix-functions/listen.texi b/doc/posix-functions/listen.texi index 02631fb3e..0c16ede1a 100644 --- a/doc/posix-functions/listen.texi +++ b/doc/posix-functions/listen.texi @@ -2,15 +2,16 @@ @section @code{listen} @findex listen -POSIX specification: @url{http://www.opengroup.org/susv3xsh/listen.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/listen.html} -Gnulib module: sys_socket +Gnulib module: listen 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{listen} +are not placed in @code{errno}, and @code{WSAGetLastError} must be +used instead. @end itemize Portability problems not fixed by Gnulib: