pipe.2: wfix: SYNPOSIS: add missing word "int"

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Sam Varshavchik 2008-11-04 09:16:00 -05:00 committed by Michael Kerrisk
parent 1c32ee471c
commit 344689bd06
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
.\" to EXAMPLE text.
.\" 2008-10-10, mtk: add description of pipe2()
.\"
.TH PIPE 2 2008-10-10 "Linux" "Linux Programmer's Manual"
.TH PIPE 2 2008-11-04 "Linux" "Linux Programmer's Manual"
.SH NAME
pipe, pipe2 \- create pipe
.SH SYNOPSIS
@ -45,7 +45,7 @@ pipe, pipe2 \- create pipe
.B #define _GNU_SOURCE
.B #include <unistd.h>
.sp
.BI "int pipe2(int " pipefd "[2], " flags );
.BI "int pipe2(int " pipefd "[2], int " flags );
.fi
.SH DESCRIPTION
.BR pipe ()