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