X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fpipe.texi;h=e3869c3320d4a9771e76ecb55707d80e158deb18;hb=178e3ad58f3e077cd87a3ca9a615541e428f9e17;hp=8212595859a68e5469ccb2befcb98ef9b41d8f03;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-functions/pipe.texi b/doc/posix-functions/pipe.texi index 821259585..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/susv3xsh/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