X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fputs.texi;h=ef350ac1b1a67f9c3934aabd41002b731c9cfef2;hb=eadf1d03c19abe009c81484b3ebaa443b884a95d;hp=60de4f9d19507717446c59b69398154b4509b902;hpb=09ef7461110822a3970aa8eebcfaa740996a82f2;p=gnulib.git diff --git a/doc/posix-functions/puts.texi b/doc/posix-functions/puts.texi index 60de4f9d1..ef350ac1b 100644 --- a/doc/posix-functions/puts.texi +++ b/doc/posix-functions/puts.texi @@ -2,11 +2,20 @@ @section @code{puts} @findex puts -POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/puts.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/puts.html} -Gnulib module: stdio, sigpipe +Gnulib module: stdio, nonblocking, sigpipe -Portability problems fixed by Gnulib: +Portability problems fixed by Gnulib module @code{stdio}, together with module @code{nonblocking}: +@itemize +@item +When writing to a non-blocking pipe whose buffer is full, this function fails +with @code{errno} being set to @code{ENOSPC} instead of @code{EAGAIN} on some +platforms: +mingw. +@end itemize + +Portability problems fixed by Gnulib module @code{stdio}, together with module @code{sigpipe}: @itemize @item When writing to a pipe with no readers, this function fails, instead of