setuid.2: Correct the description of the EAGAIN error

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-05-14 12:57:28 +02:00
parent c5e8af4dc2
commit 7a42bf02f7
1 changed files with 3 additions and 3 deletions

View File

@ -75,11 +75,11 @@ is set appropriately.
.SH ERRORS
.TP
.B EAGAIN
The
.I uid
does not match the current uid and
does not match the real user ID of the caller and this call would
bring the number of processes belonging to the real user ID
.I uid
brings process over its
over the caller's
.B RLIMIT_NPROC
resource limit.
.TP