NEWS.stable: log cherry-pick [ae006b4]->[4a9738e] strtoimax: Avoid link error on...
[gnulib.git] / doc / posix-functions / setsockopt.texi
index 2146c35..3fe6871 100644 (file)
@@ -2,19 +2,20 @@
 @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: ---
+Gnulib module: setsockopt
 
 Portability problems fixed by Gnulib:
 @itemize
+@item
+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:
 @itemize
 @item
-This function is missing on some platforms:
-mingw.
-@item
 Many socket options are not available on all platforms.
 @end itemize