X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fwrite.texi;h=826151c9eea28edbfdb07dfc5ab0f988d9cc4784;hb=eccf108c763da99625bbe6bf221a13508798ce1a;hp=237a89b146aff6f07fb71f0375f8b75e3e76a1d5;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-functions/write.texi b/doc/posix-functions/write.texi index 237a89b14..826151c9e 100644 --- a/doc/posix-functions/write.texi +++ b/doc/posix-functions/write.texi @@ -2,12 +2,17 @@ @section @code{write} @findex write -POSIX specification: @url{http://www.opengroup.org/susv3xsh/write.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/write.html} -Gnulib module: --- +Gnulib module: write, sigpipe Portability problems fixed by Gnulib: @itemize +@item +When writing to a pipe with no readers, this function fails with error +@code{EINVAL}, instead of obeying the current @code{SIGPIPE} handler, on +some platforms: +mingw. @end itemize Portability problems not fixed by Gnulib: