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 .SH CONFORMING TO
.BR getrlimit (), .BR getrlimit (),
.BR setrlimit (): .BR setrlimit ():
SVr4, 4.3BSD, POSIX.1-2001. POSIX.1-2001, POSIX.1-2008, SVr4, 4.3BSD.
.br .br
.BR prlimit (): .BR prlimit ():
Linux-specific. Linux-specific.
@ -534,10 +534,10 @@ Linux-specific.
.B RLIMIT_MEMLOCK .B RLIMIT_MEMLOCK
and and
.B RLIMIT_NPROC .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. they are present on the BSDs and Linux, but on few other implementations.
.B RLIMIT_RSS .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. it is nevertheless present on most implementations.
.BR RLIMIT_MSGQUEUE , .BR RLIMIT_MSGQUEUE ,
.BR RLIMIT_NICE , .BR RLIMIT_NICE ,