X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fpipe.texi;h=e3869c3320d4a9771e76ecb55707d80e158deb18;hb=178e3ad58f3e077cd87a3ca9a615541e428f9e17;hp=37462de75781abf3cddac26535df45afd773c41b;hpb=09ef7461110822a3970aa8eebcfaa740996a82f2;p=gnulib.git diff --git a/doc/posix-functions/pipe.texi b/doc/posix-functions/pipe.texi index 37462de75..e3869c332 100644 --- a/doc/posix-functions/pipe.texi +++ b/doc/posix-functions/pipe.texi @@ -2,17 +2,21 @@ @section @code{pipe} @findex pipe -POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pipe.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pipe.html} -Gnulib module: --- +Gnulib module: pipe-posix Portability problems fixed by Gnulib: @itemize +@item +This function is missing on some platforms: +mingw, MSVC 9. @end itemize Portability problems not fixed by Gnulib: @itemize @item -This function is missing on some platforms: -mingw. +This function crashes rather than failing with @code{EMFILE} if no +resources are left on some platforms: +Cygwin 1.7.9. @end itemize