X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fclose.texi;h=e93156f41f6e6da60e3371486e0ab8310951f16b;hb=80fc442c212439b65a2fba722b17529aba2aa1ae;hp=7065efaca237846b30d0de722029a8d56f9b66d0;hpb=11ee0e1340f95ccb9954e522f6e003b3125eb109;p=gnulib.git diff --git a/doc/posix-functions/close.texi b/doc/posix-functions/close.texi index 7065efaca..e93156f41 100644 --- a/doc/posix-functions/close.texi +++ b/doc/posix-functions/close.texi @@ -2,7 +2,7 @@ @section @code{close} @findex close -POSIX specification: @url{http://www.opengroup.org/susv3xsh/close.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/close.html} Gnulib module: close @@ -12,10 +12,6 @@ Portability problems fixed by Gnulib: On Windows platforms (excluding Cygwin), @code{socket} and @code{accept} do not return file descriptors that can be closed by @code{close}. Instead, @code{closesocket} must be used. -@item -On Windows platforms (excluding Cygwin), error codes for @code{close} -are not placed in @code{errno}, and @code{WSAGetLastError} must be -used instead. @end itemize Portability problems not fixed by Gnulib: