[Midnightbsd-cvs] src [9369] trunk/lib/libc/sys/intro.2: intro(2): Fix some errors in ENFILE and EMFILE descriptions.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Mar 4 15:21:29 EST 2017


Revision: 9369
          http://svnweb.midnightbsd.org/src/?rev=9369
Author:   laffer1
Date:     2017-03-04 15:21:29 -0500 (Sat, 04 Mar 2017)
Log Message:
-----------
intro(2): Fix some errors in ENFILE and EMFILE descriptions.

Modified Paths:
--------------
    trunk/lib/libc/sys/intro.2

Modified: trunk/lib/libc/sys/intro.2
===================================================================
--- trunk/lib/libc/sys/intro.2	2017-03-04 19:53:27 UTC (rev 9368)
+++ trunk/lib/libc/sys/intro.2	2017-03-04 20:21:29 UTC (rev 9369)
@@ -28,7 +28,7 @@
 .\"     @(#)intro.2	8.5 (Berkeley) 2/27/95
 .\" $MidnightBSD$
 .\"
-.Dd February 27, 1995
+.Dd April 27, 2013
 .Dt INTRO 2
 .Os
 .Sh NAME
@@ -189,12 +189,13 @@
 .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.



More information about the Midnightbsd-cvs mailing list