Skip to content

Commit 55d731e

Browse files
authored
Add link to posix.constants.setrlimit page (#4772)
1 parent f53ab50 commit 55d731e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

reference/posix/functions/posix-getrlimit.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@
2727
<term><parameter>resource</parameter></term>
2828
<listitem>
2929
<para>
30-
If &null; all resource limits will be fetched.
31-
Otherwise, the only limits of the resource type provided will be returned.
30+
If &null;, all current resource limits will be returned.
31+
Otherwise, specify the
32+
<link linkend="posix.constants.setrlimit">resource limit constant</link>
33+
to retrieve a specific limit.
3234
</para>
3335
</listitem>
3436
</varlistentry>

0 commit comments

Comments
 (0)