X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Faccept.texi;h=2debe34c145559d44d0d6c074d83c03de708a6eb;hb=6da2fb7a5a1e8a32ccd2f735834713a3bc8c4275;hp=18ddee7652de9b8f849872c0e518317d0b96aa49;hpb=44656541e5be621a9430633f8c3a4fdea64d284d;p=gnulib.git diff --git a/doc/posix-functions/accept.texi b/doc/posix-functions/accept.texi index 18ddee765..2debe34c1 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: