The man page is ok and there's a bug in 2.0.35 in reporting ENFILE when
running out of system fds just like pacman@cqc.com told us.
--- linux/fs/pipe.c.orig Thu Aug 7 03:52:01 1997
+++ linux/fs/pipe.c Thu Aug 6 11:53:53 1998
@@ -413,7 +413,7 @@
int error;
int i,j;
- error = ENFILE;
+ error = -ENFILE;
f1 = get_empty_filp();
if (!f1)
goto no_files;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html