X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fputs.texi;h=60de4f9d19507717446c59b69398154b4509b902;hb=a155c5688ab059c1c2fff7f132116b455ddb37ba;hp=db65e1128ccca39526e72e1e4a8ba812d47cd7a7;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-functions/puts.texi b/doc/posix-functions/puts.texi index db65e1128..60de4f9d1 100644 --- a/doc/posix-functions/puts.texi +++ b/doc/posix-functions/puts.texi @@ -2,12 +2,16 @@ @section @code{puts} @findex puts -POSIX specification: @url{http://www.opengroup.org/susv3xsh/puts.html} +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/puts.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: