diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2021-05-10 19:55:41 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2021-05-11 17:28:45 +1200 |
| commit | 5a24cb274f0f0b98a2f7055b9df44ed8d78f8c7c (patch) | |
| tree | 4a6584f816157de8082b6a0c3d059f9962f1891f /man2 | |
| parent | 94df87ef9b6d4f47ccb5add0e332849262f5a662 (diff) | |
| download | man-pages-5a24cb274f0f0b98a2f7055b9df44ed8d78f8c7c.tar.gz | |
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>
Diffstat (limited to 'man2')
| -rw-r--r-- | man2/pipe.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/pipe.2 b/man2/pipe.2 index 9ac0341cfd..93fbd36f2d 100644 --- a/man2/pipe.2 +++ b/man2/pipe.2 @@ -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 ); |
