X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=inline;f=doc%2Fposix-functions%2Flisten.texi;h=8aaf4480921c4456733d928ce37e16e53ebd235a;hb=b4e5a5f11bd67ce5435b5ecf43b7fb6a81ba62a0;hp=176c56d5d96b2583fbc0341c52ba00468a59e0a9;hpb=44656541e5be621a9430633f8c3a4fdea64d284d;p=gnulib.git diff --git a/doc/posix-functions/listen.texi b/doc/posix-functions/listen.texi index 176c56d5d..8aaf44809 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: 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: