aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-11-11 13:00:19 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-11-11 13:00:19 +0100
commit4be47a8214d06c43720d830e4cbe9a0f7aeea99f (patch)
tree881c1549b39908f1b10168c1667cf66384644dd8
parent0807d1b387297ed58e498c15bddd899278104b3d (diff)
downloadman-pages-4be47a8214d06c43720d830e4cbe9a0f7aeea99f.tar.gz
getrlimit.2: State more precisely the range of kernel versions that had RLIMIT_LOCKS
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/getrlimit.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/getrlimit.2 b/man2/getrlimit.2
index b743a882f2..198e285d84 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)