[DOC-CVS] [doc-en] master: Add link to posix.constants.setrlimit page (#4772)
[email protected] (USAMI Kenta via GitHub)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: USAMI Kenta (zonuexe)
Committer: GitHub (web-flow)
Pusher: devnexen
Date: 2025-08-22T06:31:29+01:00
Commit: https://github.com/php/doc-en/commit/55d731ec5cdf9961bd6085525316af91e32c8006
Raw diff: https://github.com/php/doc-en/commit/55d731ec5cdf9961bd6085525316af91e32c8006.diff
Add link to posix.constants.setrlimit page (#4772)
Changed paths:
M reference/posix/functions/posix-getrlimit.xml
Diff:
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 @@
<term><parameter>resource</parameter></term>
<listitem>
<para>
- 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
+ <link linkend="posix.constants.setrlimit">resource limit constant</link>
+ to retrieve a specific limit.
</para>
</listitem>
</varlistentry>