Skip to content

Commit 6849525

Browse files
committed
Add link to posix.constants.setrlimit page
1 parent d174121 commit 6849525

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

reference/posix/functions/posix-getrlimit.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
<varlistentry>
2727
<term><parameter>resource</parameter></term>
2828
<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.
32-
</para>
29+
The
30+
<link linkend="posix.constants.setrlimit">resource limit constant</link>
31+
identifying the specific limit to retrieve.
32+
If &null;, all current resource limits will be returned.
3333
</listitem>
3434
</varlistentry>
3535
</variablelist>

0 commit comments

Comments
 (0)