diff options
author | 2014-11-20 03:19:23 +0000 | |
---|---|---|
committer | 2014-11-20 03:19:23 +0000 | |
commit | 79bd501ad0ebae68de2d73c0839497bff4d9c999 (patch) | |
tree | a230c51c1aab56e88e8a827ef436634bc69e067d | |
parent | sbrk is long dead. clarify that the data segment is malloc and anon mmap. (diff) | |
download | wireguard-openbsd-79bd501ad0ebae68de2d73c0839497bff4d9c999.tar.xz wireguard-openbsd-79bd501ad0ebae68de2d73c0839497bff4d9c999.zip |
oops. malloc is in section 3.
-rw-r--r-- | lib/libc/sys/getrlimit.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/getrlimit.2 b/lib/libc/sys/getrlimit.2 index 4bd4a1776e0..19b76acc5f4 100644 --- a/lib/libc/sys/getrlimit.2 +++ b/lib/libc/sys/getrlimit.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getrlimit.2,v 1.23 2014/11/20 03:16:32 tedu Exp $ +.\" $OpenBSD: getrlimit.2,v 1.24 2014/11/20 03:19:23 tedu Exp $ .\" $NetBSD: getrlimit.2,v 1.8 1995/10/12 15:40:58 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -65,7 +65,7 @@ each process. .It Li RLIMIT_DATA The maximum size (in bytes) of the data segment for a process; this includes memory allocated via -.Xr malloc 2 +.Xr malloc 3 and all other anonymous memory mapped via .Xr mmap 2 . .It Li RLIMIT_FSIZE |