Module Name: src
Committed By: snj
Date: Wed Jul 1 22:53:03 UTC 2009
Modified Files:
src/lib/libc/sys [netbsd-5]: getrlimit.2
Log Message:
Pull up following revision(s) (requested by mrg in ticket #846):
lib/libc/sys/getrlimit.2: revision 1.31, 1.32
document RLIMIT_AS. text from freebsd. fixes PR#41517.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.29.32.1 src/lib/libc/sys/getrlimit.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/sys/getrlimit.2
diff -u src/lib/libc/sys/getrlimit.2:1.29 src/lib/libc/sys/getrlimit.2:1.29.32.1
--- src/lib/libc/sys/getrlimit.2:1.29 Thu May 13 10:20:58 2004
+++ src/lib/libc/sys/getrlimit.2 Wed Jul 1 22:53:02 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: getrlimit.2,v 1.29 2004/05/13 10:20:58 wiz Exp $
+.\" $NetBSD: getrlimit.2,v 1.29.32.1 2009/07/01 22:53:02 snj Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)getrlimit.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd April 19, 2004
+.Dd July 1, 2009
.Dt GETRLIMIT 2
.Os
.Sh NAME
@@ -59,6 +59,8 @@
.Fa resource
parameter is one of the following:
.Bl -tag -width RLIMIT_FSIZEAA
+.It Li RLIMIT_AS
+The maximum amount (in bytes) of virtual memory the process is allowed to map.
.It Li RLIMIT_CORE
The largest size (in bytes)
.Pa core