From fbef792c466af1f2f0ad9a087edde0b9831f0501 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 11 Jan 1998 22:22:50 +0000 Subject: Fixed brk(2) xref. Obtained from: OpenBSD --- lib/libc/sys/getrlimit.2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/libc') diff --git a/lib/libc/sys/getrlimit.2 b/lib/libc/sys/getrlimit.2 index 6725520..b6df06e 100644 --- a/lib/libc/sys/getrlimit.2 +++ b/lib/libc/sys/getrlimit.2 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)getrlimit.2 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt GETRLIMIT 2 @@ -129,7 +130,7 @@ is thus a built-in command to .Pp The system refuses to extend the data or stack space when the limits would be exceeded in the normal way: a -.Xr break +.Xr brk 2 call fails if the data space limit is reached. When the stack limit is reached, the process receives a segmentation fault -- cgit v1.1