diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2008-11-11 14:55:59 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2008-11-11 14:55:59 +0000 |
| commit | ab0d10f68eda04564bc469504ee14c933f829617 (patch) | |
| tree | ecda9024889970adebb651c82cfc5ec015d4a7e5 /lib/libc | |
| parent | 528fb798adfd4cbe8422d53779d3b44b24756d85 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/pipe.2 | 7 |
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 , |
