Source-Changes-HG archive

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

[src/netbsd-1-4]: src/lib/libc/gen Pull up revision 1.15 (requested by kleink):



details:   https://anonhg.NetBSD.org/src/rev/92a5bd6c02e5
branches:  netbsd-1-4
changeset: 470883:92a5bd6c02e5
user:      he <he%NetBSD.org@localhost>
date:      Sat Sep 09 15:07:39 2000 +0000

description:
Pull up revision 1.15 (requested by kleink):
  Correct description of _SC_OPEN_MAX: it sets the limit per process,
  not per user id.

diffstat:

 lib/libc/gen/sysconf.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r cf34462c2f3c -r 92a5bd6c02e5 lib/libc/gen/sysconf.3
--- a/lib/libc/gen/sysconf.3    Sat Sep 09 15:03:42 2000 +0000
+++ b/lib/libc/gen/sysconf.3    Sat Sep 09 15:07:39 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sysconf.3,v 1.11 1999/03/22 19:44:46 garbled Exp $
+.\"    $NetBSD: sysconf.3,v 1.11.2.1 2000/09/09 15:07:39 he Exp $
 .\"
 .\" Copyright (c) 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -92,7 +92,7 @@
 .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



Home | Main Index | Thread Index | Old Index