We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09324fb commit f9c2e1bCopy full SHA for f9c2e1b
reference/posix/functions/posix-getrlimit.xml
@@ -27,8 +27,10 @@
27
<term><parameter>resource</parameter></term>
28
<listitem>
29
<para>
30
- If &null; all resource limits will be fetched.
31
- Otherwise, the only limits of the resource type provided will be returned.
+ If &null;, all current resource limits will be returned.
+ Otherwise, specify the
32
+ <link linkend="posix.constants.setrlimit">resource limit constant</link>
33
+ to retrieve a specific limit.
34
</para>
35
</listitem>
36
</varlistentry>
0 commit comments