diff options
author | Gleb Smirnoff <glebius@FreeBSD.org> | 2006-01-31 15:44:51 +0000 |
---|---|---|
committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2006-01-31 15:44:51 +0000 |
commit | 79719b8d4e3dbfd7d2518f770a4e46c2620db00b (patch) | |
tree | 3358620835ab71f4d6481b804ad96d161bf4e2f5 /lib | |
parent | 5513530c0d3370b09397ab492ad4d0146cb2257e (diff) |
Notes
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 247b9990a52ba..5f5ac3a1fbe0f 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 |