X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fconnect.texi;h=bbc8b6466541f37fcc63bc4faa87ed5f629153b7;hb=23737e3dd01ef6ac0ae9134300a4c66807ae00d2;hp=fe03a0b7546efdddc0d7b1f6acad34df7e77d3ca;hpb=44656541e5be621a9430633f8c3a4fdea64d284d;p=gnulib.git diff --git a/doc/posix-functions/connect.texi b/doc/posix-functions/connect.texi index fe03a0b75..bbc8b6466 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: