Skip to content

Commit f9c2e1b

Browse files
committed
Add link to posix.constants.setrlimit page
1 parent 09324fb commit f9c2e1b

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)