]> sourceware.org Git - 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 14:03:45 +0000 (16:03 +0200)
commitaedbf08891069fc029ed021e4dba933eb877b394
treec6570b848e5c36be4f8075fbd1ff3dae205ff0b0
parent10de4a47ef3f481592e3c62eb07bcda23e9fde4d
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>
manual/resource.texi
This page took 0.040506 seconds and 5 git commands to generate.