getrlimit.2: Mention unit for RLIMIT_DATA

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-09-03 02:48:39 +02:00
parent 4a63f626b5
commit b50667ac6d
1 changed files with 2 additions and 1 deletions

View File

@ -176,7 +176,8 @@ perform an orderly termination upon first receipt of
.BR SIGXCPU .)
.TP
.B RLIMIT_DATA
This is the maximum size of the process's data segment (initialized data,
This is the maximum size (in bytes)
of the process's data segment (initialized data,
uninitialized data, and heap).
This limit affects calls to
.BR brk (2)