Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/share/man/man4 Pull up revisions 1.191-1.192 (requested...
details: https://anonhg.NetBSD.org/src/rev/780dde4fad06
branches: netbsd-1-6
changeset: 529808:780dde4fad06
user: jmc <jmc%NetBSD.org@localhost>
date: Sun Dec 15 11:22:15 2002 +0000
description:
Pull up revisions 1.191-1.192 (requested by abs in ticket #1033)
Allow NOFILE to be more easily overridden.
diffstat:
share/man/man4/options.4 | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r 758d9d6a9ca4 -r 780dde4fad06 share/man/man4/options.4
--- a/share/man/man4/options.4 Sun Dec 15 11:21:52 2002 +0000
+++ b/share/man/man4/options.4 Sun Dec 15 11:22:15 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: options.4,v 1.168.2.3 2002/07/21 03:46:11 lukem Exp $
+.\" $NetBSD: options.4,v 1.168.2.4 2002/12/15 11:22:15 jmc Exp $
.\"
.\" Copyright (c) 1996
.\" Perry E. Metzger. All rights reserved.
@@ -1018,6 +1018,15 @@
.Em CHILD_MAX
is not permitted, as this would result in a violation of the semantics of
.St -p1003.1-90 .
+.It Cd options NOFILE=integer
+Sets the soft
+.Dv RLIMIT_NOFILE
+resource limit, which specifies the maximum number of open
+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.
.It Cd options DEFCORENAME=string
Sets the default value of the
.Em kern.defcorename
Home |
Main Index |
Thread Index |
Old Index