{OPEN_MAX} does not apply to a user but a single process; noticed by Brook
Milligan on current-users.
This commit is contained in:
parent
d332db18be
commit
051d885a24
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: sysconf.3,v 1.14 1999/09/27 16:27:12 kleink Exp $
|
||||
.\" $NetBSD: sysconf.3,v 1.15 2000/08/29 06:38:23 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -107,7 +107,7 @@ otherwise \-1.
|
|||
.It Li _SC_NGROUPS_MAX
|
||||
The maximum number of supplemental groups.
|
||||
.It Li _SC_OPEN_MAX
|
||||
The maximum number of open files per user id.
|
||||
The maximum number of open files per process.
|
||||
.It Li _SC_PAGESIZE
|
||||
The size of a system page in bytes.
|
||||
.It Li _SC_STREAM_MAX
|
||||
|
|
Loading…
Reference in New Issue