diff options
| -rw-r--r-- | man2/getgroups.2 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/man2/getgroups.2 b/man2/getgroups.2 index 289ddc53d5..14f3997956 100644 --- a/man2/getgroups.2 +++ b/man2/getgroups.2 @@ -26,7 +26,7 @@ .\" Modified, 27 May 2004, Michael Kerrisk <mtk.manpages@gmail.com> .\" Added notes on capability requirements .\" -.TH GETGROUPS 2 2007-07-26 "Linux" "Linux Programmer's Manual" +.TH GETGROUPS 2 2008-06-02 "Linux" "Linux Programmer's Manual" .SH NAME getgroups, setgroups \- get/set list of supplementary group IDs .SH SYNOPSIS @@ -97,8 +97,8 @@ For .BR setgroups (), .I size is greater than -.B NGROUPS -(32 for Linux 2.0.32). +.B NGROUPS_MAX +(32 before Linux 2.6.4; 65536 since Linux 2.6.4). For .BR getgroups (), .I size @@ -139,4 +139,5 @@ cannot be larger than one more than the value obtained this way. .BR setgid (2), .BR getgrouplist (3), .BR initgroups (3), -.BR capabilities (7) +.BR capabilities (7), +.BR credentials (7) |
