diff options
| author | Alexander Langer <alex@FreeBSD.org> | 1998-01-11 22:22:50 +0000 |
|---|---|---|
| committer | Alexander Langer <alex@FreeBSD.org> | 1998-01-11 22:22:50 +0000 |
| commit | d4b1275d66d439a55c6a1d6194aaa08a7c162bf3 (patch) | |
| tree | ef26decf02f00448e649491692e874a65b26f0f8 /lib/libc/sys | |
| parent | 21bcb535ea40b08ea63008cf7c33ee61a1e92a6f (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys')
| -rw-r--r-- | lib/libc/sys/getrlimit.2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/getrlimit.2 b/lib/libc/sys/getrlimit.2 index 6725520ddcfa..b6df06e2af6c 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 |
