[Midnightbsd-cvs] src [9370] trunk/lib/libc/gen/sysconf.3: sysconf(3): Correct the description of _SC_OPEN_MAX.

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


Revision: 9370
          http://svnweb.midnightbsd.org/src/?rev=9370
Author:   laffer1
Date:     2017-03-04 15:21:54 -0500 (Sat, 04 Mar 2017)
Log Message:
-----------
 sysconf(3): Correct the description of _SC_OPEN_MAX.

Modified Paths:
--------------
    trunk/lib/libc/gen/sysconf.3

Modified: trunk/lib/libc/gen/sysconf.3
===================================================================
--- trunk/lib/libc/gen/sysconf.3	2017-03-04 20:21:29 UTC (rev 9369)
+++ trunk/lib/libc/gen/sysconf.3	2017-03-04 20:21:54 UTC (rev 9370)
@@ -28,7 +28,7 @@
 .\"	@(#)sysconf.3	8.3 (Berkeley) 4/19/94
 .\" $MidnightBSD$
 .\"
-.Dd February 13, 2011
+.Dd April 26, 2013
 .Dt SYSCONF 3
 .Os
 .Sh NAME
@@ -82,7 +82,7 @@
 .It Li _SC_NPROCESSORS_ONLN
 The number of processors currently online.
 .It Li _SC_OPEN_MAX
-The maximum number of open files per user id.
+One more than the maximum value the system may assign to a new file descriptor.
 .It Li _SC_PAGESIZE
 The size of a system page in bytes.
 .It Li _SC_PAGE_SIZE



More information about the Midnightbsd-cvs mailing list