ffs: new module
[pspp] / doc / posix-functions / pipe.texi
index 37462de75781abf3cddac26535df45afd773c41b..0f2c0debd7bd9af61a087563aff234b268191058 100644 (file)
@@ -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.
 @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