summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/intro.2
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2013-04-27 11:55:23 +0000
committerjilles <jilles@FreeBSD.org>2013-04-27 11:55:23 +0000
commit535eef9123da965e52b90116817cca79fd7c58ed (patch)
treeedc8302bbd3c1aa23154273d762c21101613674c /lib/libc/sys/intro.2
parent36fb790d7051145793d5538cd8396192733a716f (diff)
downloadFreeBSD-src-535eef9123da965e52b90116817cca79fd7c58ed.zip
FreeBSD-src-535eef9123da965e52b90116817cca79fd7c58ed.tar.gz
intro(2): Fix some errors in ENFILE and EMFILE descriptions.
MFC after: 1 week
Diffstat (limited to 'lib/libc/sys/intro.2')
-rw-r--r--lib/libc/sys/intro.211
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2
index 1a22ea2..90933b3 100644
--- a/lib/libc/sys/intro.2
+++ b/lib/libc/sys/intro.2
@@ -28,7 +28,7 @@
.\" @(#)intro.2 8.5 (Berkeley) 2/27/95
.\" $FreeBSD$
.\"
-.Dd February 27, 1995
+.Dd April 27, 2013
.Dt INTRO 2
.Os
.Sh NAME
@@ -189,12 +189,13 @@ or a
.Xr kill 2
system call).
.It Er 23 ENFILE Em "Too many open files in system" .
-Maximum number of file descriptors allowable on the system
-has been reached and a requests for an open cannot be satisfied
+Maximum number of open files allowable on the system
+has been reached and requests for an open cannot be satisfied
until at least one has been closed.
.It Er 24 EMFILE Em "Too many open files" .
-(As released, the limit on the number of
-open files per process is 64.)
+Maximum number of file descriptors allowable in the process
+has been reached and requests for an open cannot be satisfied
+until at least one has been closed.
The
.Xr getdtablesize 2
system call will obtain the current limit.
OpenPOWER on IntegriCloud