pipe.2: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2008-10-11 06:49:22 +02:00
parent e03c5b2c17
commit 8c6e516d64
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ to achieve the same result.
.TP
.B O_CLOEXEC
Set the close-on-exec
.BR ( FD_CLOEXEC )
.RB ( FD_CLOEXEC )
flag on the two new file descriptors.
See the description of the same flag in
.BR open (2)