Module Name:    src
Committed By:   mrg
Date:           Wed Jul  1 06:01:42 UTC 2009

Modified Files:
        src/lib/libc/sys: getrlimit.2

Log Message:
document RLIMIT_AS.  text from freebsd.  fixes PR#41517.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 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.30 src/lib/libc/sys/getrlimit.2:1.31
--- src/lib/libc/sys/getrlimit.2:1.30	Wed Mar 11 13:39:14 2009
+++ src/lib/libc/sys/getrlimit.2	Wed Jul  1 06:01:42 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: getrlimit.2,v 1.30 2009/03/11 13:39:14 joerg Exp $
+.\"	$NetBSD: getrlimit.2,v 1.31 2009/07/01 06:01:42 mrg Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -58,6 +58,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

Reply via email to