X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fgetsockopt.texi;h=28cc41f7bb1cd1965c871f665f63cba7941b1c7d;hb=eadf1d03c19abe009c81484b3ebaa443b884a95d;hp=c77617c9b408fdb16e613772e7fa4b461bf8c046;hpb=44656541e5be621a9430633f8c3a4fdea64d284d;p=gnulib.git diff --git a/doc/posix-functions/getsockopt.texi b/doc/posix-functions/getsockopt.texi index c77617c9b..28cc41f7b 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: