pipe.2: wfix

For consistency with other pages.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Alejandro Colomar 2021-05-10 19:55:41 +02:00 committed by Michael Kerrisk
parent 94df87ef9b
commit 5a24cb274f
1 changed files with 2 additions and 2 deletions

View File

@ -40,10 +40,10 @@ pipe, pipe2 \- create pipe
.nf
.B #include <unistd.h>
.PP
.BI "int pipe(int " pipefd "[2]);"
.BI "int pipe(int " pipefd [2]);
.PP
.BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */"
.BR "#include <fcntl.h>" " /* Obtain O_* constant definitions */"
.BR "#include <fcntl.h>" " /* Definition of " O_* " constants */"
.B #include <unistd.h>
.PP
.BI "int pipe2(int " pipefd "[2], int " flags );