From f9c2e1b672a80195fedbc4bc873db6713af1d73e Mon Sep 17 00:00:00 2001 From: USAMI Kenta Date: Sat, 12 Jul 2025 00:11:10 +0900 Subject: [PATCH] Add link to posix.constants.setrlimit page --- reference/posix/functions/posix-getrlimit.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/reference/posix/functions/posix-getrlimit.xml b/reference/posix/functions/posix-getrlimit.xml index 6103b0d2a8b5..0175f335ad8a 100644 --- a/reference/posix/functions/posix-getrlimit.xml +++ b/reference/posix/functions/posix-getrlimit.xml @@ -27,8 +27,10 @@ resource - If &null; all resource limits will be fetched. - Otherwise, the only limits of the resource type provided will be returned. + If &null;, all current resource limits will be returned. + Otherwise, specify the + resource limit constant + to retrieve a specific limit.