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.