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