]> git.ipfire.org Git - thirdparty/glibc.git/commit
manual: make setrlimit() description less ambiguous
authorLukas Bulwahn <lukas.bulwahn@redhat.com>
Mon, 29 Jul 2024 09:08:17 +0000 (11:08 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Mon, 29 Jul 2024 15:06:13 +0000 (17:06 +0200)
commit4bdcc1963bc2b5ba5f8e319e402d9eb2cb6096c1
treee811a5650dae3c6773f45f99c0921636285f06b9
parentb71a51189d3e1a2f515d93c0444916293bd5221f
manual: make setrlimit() description less ambiguous

The existing description for setrlimit() has some ambiguity. It could be
understood to have the semantics of getrlimit(), i.e., the limits from the
process are stored in the provided rlp pointer.

Make the description more explicit that rlp are the input values, and that
the limits of the process is changed with this function.

Reviewed-by: Florian Weimer <fweimer@redhat.com>
(cherry picked from commit aedbf08891069fc029ed021e4dba933eb877b394)
manual/resource.texi