For pipe2(2), EINVAL won't be returned if the flag is O_NOSIGPIPE.

This commit is contained in:
elric 2013-04-23 23:39:13 +00:00
parent f3837b01be
commit a312c8b279
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: pipe.2,v 1.28 2012/01/25 00:28:35 christos Exp $
.\" $NetBSD: pipe.2,v 1.29 2013/04/23 23:39:13 elric Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -135,7 +135,8 @@ will also fail if:
.It Bq Er EINVAL
.Fa flags
is other than
.Dv O_NONBLOCK
.Dv O_NONBLOCK ,
.Dv O_NOSIGPIPE
or
.Dv O_CLOEXEC .
.El