X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Ffputs.texi;h=d2c46ef8bd3ececd2871d7bc38509da00b5f7abf;hb=a83a25fd19a04a9ec3dedd34f7e36c4cefe6f8ca;hp=021980a1a574d08a41ed26d03c6f274f87d2742f;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-functions/fputs.texi b/doc/posix-functions/fputs.texi index 021980a1a..d2c46ef8b 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: