From 7a42bf02f764702528e027536be40e6c7fe44f83 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 14 May 2014 12:57:28 +0200 Subject: [PATCH] setuid.2: Correct the description of the EAGAIN error Signed-off-by: Michael Kerrisk --- man2/setuid.2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man2/setuid.2 b/man2/setuid.2 index c144c27f3..699ac2f53 100644 --- a/man2/setuid.2 +++ b/man2/setuid.2 @@ -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