aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2015-03-04 10:13:46 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2015-03-04 15:11:02 +0100
commit4e2683f9a383e90807d99d461dcbe4aef88a9a9c (patch)
treee618940bf2ed6fa66415b09ddbc17e1fe669a735
parentb640fcfad18f08926d50c10cb8f5fa2fa1823ba5 (diff)
downloadman-pages-4e2683f9a383e90807d99d461dcbe4aef88a9a9c.tar.gz
getgroups.2: Note kernel version for EPERM /proc/PID/setgroups error case
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/getgroups.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/getgroups.2 b/man2/getgroups.2
index 89501bfdf2..cd656ea1b0 100644
--- a/man2/getgroups.2
+++ b/man2/getgroups.2
@@ -134,7 +134,7 @@ The calling process has insufficient privilege
.BR CAP_SETGID
capability).
.TP
-.B EPERM
+.BR EPERM " (since Linux 3.19)"
The use of
.BR setgroups ()
is denied in this user namespace.