X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fgetsockname.texi;h=7a888c486c6b0aecb82ccbfc5a57d607fe45f8ec;hb=1a4fd05ac8b426112d48d66a240356a4b5fd59cc;hp=f8aadcb20dab4b74c6750e9936c3c590ab065d7a;hpb=44656541e5be621a9430633f8c3a4fdea64d284d;p=gnulib.git diff --git a/doc/posix-functions/getsockname.texi b/doc/posix-functions/getsockname.texi index f8aadcb20..7a888c486 100644 --- a/doc/posix-functions/getsockname.texi +++ b/doc/posix-functions/getsockname.texi @@ -2,15 +2,16 @@ @section @code{getsockname} @findex getsockname -POSIX specification: @url{http://www.opengroup.org/susv3xsh/getsockname.html} +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getsockname.html} Gnulib module: getsockname 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{getsockname} are not placed in @code{errno}, and +@code{WSAGetLastError} must be used instead. @end itemize Portability problems not fixed by Gnulib: