diff options
Diffstat (limited to 'man2')
| -rw-r--r-- | man2/setreuid.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man2/setreuid.2 b/man2/setreuid.2 index 31da26ac4e..fdf2387c63 100644 --- a/man2/setreuid.2 +++ b/man2/setreuid.2 @@ -135,13 +135,13 @@ is not valid in this user namespace. .TP .B EPERM The calling process is not privileged -(Linux: does not have the +(on Linux, does not have the necessary capability in its user namespace: .B CAP_SETUID -capability in the case of +in the case of .BR setreuid (), -or the +or .B CAP_SETGID -capability in the case of +in the case of .BR setregid ()) and a change other than (i) swapping the effective user (group) ID with the real user (group) ID, |
