X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Faccept.texi;h=61b009345c07aa8632a808a5e6d71fa7850f3248;hb=14b6d70139486b63e66257aad1abe2a9615f4d96;hp=18ddee7652de9b8f849872c0e518317d0b96aa49;hpb=44656541e5be621a9430633f8c3a4fdea64d284d;p=gnulib.git diff --git a/doc/posix-functions/accept.texi b/doc/posix-functions/accept.texi index 18ddee765..61b009345 100644 --- a/doc/posix-functions/accept.texi +++ b/doc/posix-functions/accept.texi @@ -2,7 +2,7 @@ @section @code{accept} @findex accept -POSIX specification: @url{http://www.opengroup.org/susv3xsh/accept.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/accept.html} Gnulib module: accept @@ -14,8 +14,9 @@ the @code{accept} function can not be used in calls to @code{read}, @code{write}, and @code{close}; you have to use @code{recv}, @code{send}, @code{closesocket} in these cases instead. @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{accept} +are not placed in @code{errno}, and @code{WSAGetLastError} must be +used instead. @end itemize Portability problems not fixed by Gnulib: