Module Name:    src
Committed By:   maya
Date:           Mon Oct 17 20:43:19 UTC 2016

Modified Files:
        src/share/man/man4: options.4

Log Message:
OPEN_MAX is 128 now, unless defined differently in config


To generate a diff of this commit:
cvs rdiff -u -r1.451 -r1.452 src/share/man/man4/options.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/options.4
diff -u src/share/man/man4/options.4:1.451 src/share/man/man4/options.4:1.452
--- src/share/man/man4/options.4:1.451	Thu Oct 29 07:46:08 2015
+++ src/share/man/man4/options.4	Mon Oct 17 20:43:19 2016
@@ -1,4 +1,4 @@
-.\"	$NetBSD: options.4,v 1.451 2015/10/29 07:46:08 wiz Exp $
+.\"	$NetBSD: options.4,v 1.452 2016/10/17 20:43:19 maya Exp $
 .\"
 .\" Copyright (c) 1996
 .\" 	Perry E. Metzger.  All rights reserved.
@@ -30,7 +30,7 @@
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
 .\"
-.Dd October 28, 2015
+.Dd October 17, 2016
 .Dt OPTIONS 4
 .Os
 .Sh NAME
@@ -1444,7 +1444,7 @@ file descriptors for each process;
 this value is inherited by its child processes.
 It defaults to
 .Em OPEN_MAX ,
-which is currently defined to be 64.
+which is currently defined to be 128.
 .It Cd options MAXFILES=integer
 Sets the default value of the
 .Em kern.maxfiles

Reply via email to