From ba08efe3f2ffd0e1ac6fdd417e04f6495a0560c5 Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Tue, 10 Sep 2024 07:06:32 +0300 Subject: [PATCH] getrlimit(2): document RLIMIT_UMTXP (cherry picked from commit 3a2a5d606082dd782594b393c3920b9478698f07) --- lib/libc/sys/getrlimit.2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/libc/sys/getrlimit.2 b/lib/libc/sys/getrlimit.2 index b28a82ca953..2e79b3000c6 100644 --- a/lib/libc/sys/getrlimit.2 +++ b/lib/libc/sys/getrlimit.2 @@ -120,6 +120,9 @@ sysctl is set. Please see .Xr tuning 7 for a complete description of this sysctl. +.It Dv RLIMIT_UMTXP +The limit of the number of process-shared posix thread library objects +allocated by user id. .It Dv RLIMIT_VMEM An alias for .Dv RLIMIT_AS .