getgroups.2: Note capability associated with EPERM error for setgroups(2)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-02-02 13:23:25 +01:00
parent 5c92b1b761
commit 925b92395b
1 changed files with 4 additions and 1 deletions

View File

@ -129,7 +129,10 @@ is greater than
Out of memory. Out of memory.
.TP .TP
.B EPERM .B EPERM
The calling process has insufficient privilege. The calling process has insufficient privilege
(it does not have the
.BR CAP_SETGID
capability).
.SH CONFORMING TO .SH CONFORMING TO
SVr4, 4.3BSD. SVr4, 4.3BSD.
The The