diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/pipe.2 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/sys/pipe.2 b/lib/libc/sys/pipe.2 index 247b999..5f5ac3a 100644 --- a/lib/libc/sys/pipe.2 +++ b/lib/libc/sys/pipe.2 @@ -32,7 +32,7 @@ .\" @(#)pipe.2 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd June 4, 1993 +.Dd January 30, 2006 .Dt PIPE 2 .Os .Sh NAME @@ -98,6 +98,8 @@ system call will fail if: Too many descriptors are active. .It Bq Er ENFILE 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 |