getrlimit.2: CONFORMING TO: add POSIX.1-2008

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-04-18 07:35:13 +02:00
parent 226acd200b
commit ac17f43560
1 changed files with 3 additions and 3 deletions

View File

@ -526,7 +526,7 @@ T} Thread safety MT-Safe
.SH CONFORMING TO
.BR getrlimit (),
.BR setrlimit ():
SVr4, 4.3BSD, POSIX.1-2001.
POSIX.1-2001, POSIX.1-2008, SVr4, 4.3BSD.
.br
.BR prlimit ():
Linux-specific.
@ -534,10 +534,10 @@ Linux-specific.
.B RLIMIT_MEMLOCK
and
.B RLIMIT_NPROC
derive from BSD and are not specified in POSIX.1-2001;
derive from BSD and are not specified in POSIX.1;
they are present on the BSDs and Linux, but on few other implementations.
.B RLIMIT_RSS
derives from BSD and is not specified in POSIX.1-2001;
derives from BSD and is not specified in POSIX.1;
it is nevertheless present on most implementations.
.BR RLIMIT_MSGQUEUE ,
.BR RLIMIT_NICE ,