getrlimit.2: Add cross reference to core(5) in discussion of RLIMIT_CORE

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-05-16 12:24:21 +02:00
parent 23ab261583
commit 4711f72291
1 changed files with 3 additions and 2 deletions

View File

@ -145,9 +145,10 @@ Since the value is a \fIlong\fP, on machines with a 32-bit \fIlong\fP
either this limit is at most 2 GiB, or this resource is unlimited.
.TP
.B RLIMIT_CORE
Maximum size of
Maximum size of a
.I core
file.
file (see
.BR core (5)).
When 0 no core dump files are created.
When nonzero, larger dumps are truncated to this size.
.TP