Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions reference/posix/functions/posix-getrlimit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down