Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 May 2013 16:18:00 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r250570 - stable/9/lib/libc/sys
Message-ID:  <201305121618.r4CGI0Dr074681@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jilles
Date: Sun May 12 16:18:00 2013
New Revision: 250570
URL: http://svnweb.freebsd.org/changeset/base/250570

Log:
  MFC r249979: intro(2): Fix some errors in ENFILE and EMFILE descriptions.

Modified:
  stable/9/lib/libc/sys/intro.2
Directory Properties:
  stable/9/lib/libc/   (props changed)
  stable/9/lib/libc/sys/   (props changed)

Modified: stable/9/lib/libc/sys/intro.2
==============================================================================
--- stable/9/lib/libc/sys/intro.2	Sun May 12 16:11:23 2013	(r250569)
+++ stable/9/lib/libc/sys/intro.2	Sun May 12 16:18:00 2013	(r250570)
@@ -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.
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305121618.r4CGI0Dr074681>