X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Ffputs.texi;h=feac2e6373221fabc11f23ee55582860fbf370f8;hb=950f3469e4c332f03e07124f2a591a62a65ed322;hp=021980a1a574d08a41ed26d03c6f274f87d2742f;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-functions/fputs.texi b/doc/posix-functions/fputs.texi index 021980a1a..feac2e637 100644 --- a/doc/posix-functions/fputs.texi +++ b/doc/posix-functions/fputs.texi @@ -2,12 +2,16 @@ @section @code{fputs} @findex fputs -POSIX specification: @url{http://www.opengroup.org/susv3xsh/fputs.html} +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fputs.html} -Gnulib module: --- +Gnulib module: stdio, sigpipe Portability problems fixed by Gnulib: @itemize +@item +When writing to a pipe with no readers, this function fails, instead of +obeying the current @code{SIGPIPE} handler, on some platforms: +mingw. @end itemize Portability problems not fixed by Gnulib: