changeset 11874:dc31add18818

Improve comment about pipe2.
author Bruno Haible <bruno@clisp.org>
date Sun, 23 Aug 2009 02:39:38 +0200
parents 9823635e7b7a
children b4dc18431377
files lib/unistd.in.h
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/unistd.in.h
+++ b/lib/unistd.in.h
@@ -537,7 +537,9 @@
    The flags are a bitmask, possibly including O_CLOEXEC (defined in <fcntl.h>)
    and O_TEXT, O_BINARY (defined in "binary-io.h").
    Store the read-end as fd[0] and the write-end as fd[1].
-   Return 0 upon success, or -1 with errno set upon failure.  */
+   Return 0 upon success, or -1 with errno set upon failure.
+   See also the Linux man page at
+   <http://www.kernel.org/doc/man-pages/online/pages/man2/pipe2.2.html>.  */
 # if !@HAVE_PIPE2@
 extern int pipe2 (int fd[2], int flags);
 # endif