X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fshutdown.texi;h=9012bb1004a17ec9ee39d7d29e6851b0dc31ff4b;hb=89d7698a351cd36d0e7baa44ee4bea3cf56cf459;hp=794ddced0f72f48e70aa6a087f56186cadb484bd;hpb=47a2ecab8b9f84c86a294aec0edc791dd8a1fdd2;p=gnulib.git diff --git a/doc/posix-functions/shutdown.texi b/doc/posix-functions/shutdown.texi index 794ddced0..9012bb100 100644 --- a/doc/posix-functions/shutdown.texi +++ b/doc/posix-functions/shutdown.texi @@ -2,15 +2,16 @@ @section @code{shutdown} @findex shutdown -POSIX specification: @url{http://www.opengroup.org/susv3xsh/shutdown.html} +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/shutdown.html} Gnulib module: shutdown Portability problems fixed by Gnulib: @itemize @item -On Windows platforms (excluding Cygwin), error codes for @code{shutdown} are -not placed in @code{errno}, and @code{WSAGetLastError} must be used instead. +On Windows platforms (excluding Cygwin), error codes for +@code{shutdown} are not placed in @code{errno}, and +@code{WSAGetLastError} must be used instead. @end itemize Portability problems not fixed by Gnulib: