aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2008-11-11 14:55:59 +0000
committerEd Schouten <ed@FreeBSD.org>2008-11-11 14:55:59 +0000
commitab0d10f68eda04564bc469504ee14c933f829617 (patch)
treeecda9024889970adebb651c82cfc5ec015d4a7e5 /lib/libc
parent528fb798adfd4cbe8422d53779d3b44b24756d85 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/pipe.27
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libc/sys/pipe.2 b/lib/libc/sys/pipe.2
index faf1a91a4c63..92d137fda091 100644
--- a/lib/libc/sys/pipe.2
+++ b/lib/libc/sys/pipe.2
@@ -39,7 +39,7 @@
.Sh SYNOPSIS
.In unistd.h
.Ft int
-.Fn pipe "int *fildes"
+.Fn pipe "int fildes[2]"
.Sh DESCRIPTION
The
.Fn pipe
@@ -96,11 +96,6 @@ Too many descriptors are active.
The system file table is full.
.It Bq Er ENOMEM
Not enough kernel memory to establish a pipe.
-.It Bq Er EFAULT
-The
-.Fa fildes
-buffer is in an invalid area of the process's address
-space.
.El
.Sh SEE ALSO
.Xr sh 1 ,