X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fbind.texi;h=3c7a38380533098991ae3fc4d291d4aa0df53942;hb=a155c5688ab059c1c2fff7f132116b455ddb37ba;hp=5a2a8ff9176516af8a3bae8eb936ad252c92ed41;hpb=32848a0b172a6f0f4f7122cc1c7c1050f85094df;p=gnulib.git diff --git a/doc/posix-functions/bind.texi b/doc/posix-functions/bind.texi index 5a2a8ff91..3c7a38380 100644 --- a/doc/posix-functions/bind.texi +++ b/doc/posix-functions/bind.texi @@ -2,15 +2,16 @@ @section @code{bind} @findex bind -POSIX specification: @url{http://www.opengroup.org/susv3xsh/bind.html} +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/bind.html} -Gnulib module: sys_socket +Gnulib module: bind 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{bind} +are not placed in @code{errno}, and @code{WSAGetLastError} must be +used instead. @end itemize Portability problems not fixed by Gnulib: