From 4be47a8214d06c43720d830e4cbe9a0f7aeea99f Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 11 Nov 2020 13:00:19 +0100 Subject: [PATCH] getrlimit.2: State more precisely the range of kernel versions that had RLIMIT_LOCKS Signed-off-by: Michael Kerrisk --- man2/getrlimit.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/getrlimit.2 b/man2/getrlimit.2 index b743a882f..198e285d8 100644 --- a/man2/getrlimit.2 +++ b/man2/getrlimit.2 @@ -207,7 +207,7 @@ catch this signal instead, in which case the relevant system call (e.g., fails with the error .BR EFBIG . .TP -.BR RLIMIT_LOCKS " (early Linux 2.4 only)" +.BR RLIMIT_LOCKS " (Linux 2.4.0 to 2.4.24)" .\" to be precise: Linux 2.4.0-test9; no longer in 2.4.25 / 2.5.65 This is a limit on the combined number of .BR flock (2)