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