Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 OPEN_MAX is 128 now, unless defined different...



details:   https://anonhg.NetBSD.org/src/rev/c3671ff90720
branches:  trunk
changeset: 348407:c3671ff90720
user:      maya <maya%NetBSD.org@localhost>
date:      Mon Oct 17 20:43:19 2016 +0000

description:
OPEN_MAX is 128 now, unless defined differently in config

diffstat:

 share/man/man4/options.4 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r afb17cd0a48d -r c3671ff90720 share/man/man4/options.4
--- a/share/man/man4/options.4  Mon Oct 17 20:25:34 2016 +0000
+++ b/share/man/man4/options.4  Mon Oct 17 20:43:19 2016 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index