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