Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys getrlimit(2), not (3)



details:   https://anonhg.NetBSD.org/src/rev/c3e0e4a6dea8
branches:  trunk
changeset: 508237:c3e0e4a6dea8
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Apr 09 12:16:54 2001 +0000

description:
getrlimit(2), not (3)

diffstat:

 lib/libc/sys/intro.2 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 18cd1f0a7f28 -r c3e0e4a6dea8 lib/libc/sys/intro.2
--- a/lib/libc/sys/intro.2      Mon Apr 09 12:16:36 2001 +0000
+++ b/lib/libc/sys/intro.2      Mon Apr 09 12:16:54 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: intro.2,v 1.24 2001/03/16 06:56:48 fair Exp $
+.\"    $NetBSD: intro.2,v 1.25 2001/04/09 12:16:54 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1983, 1986, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -205,7 +205,7 @@
 <As released, the limit on the number of
 open files per process is 64.>
 The
-.Xr getrlimit 3
+.Xr getrlimit 2
 call with the
 .Ar RLIMIT_NOFILE
 resource will obtain the current limit.



Home | Main Index | Thread Index | Old Index