From ac17f435605bd830c53d4320b0f457f3e55f4c8b Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 18 Apr 2015 07:35:13 +0200 Subject: [PATCH] getrlimit.2: CONFORMING TO: add POSIX.1-2008 Signed-off-by: Michael Kerrisk --- man2/getrlimit.2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man2/getrlimit.2 b/man2/getrlimit.2 index ca042f06a..c4bb5766d 100644 --- a/man2/getrlimit.2 +++ b/man2/getrlimit.2 @@ -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 ,