This commit is contained in:
Michael Kerrisk 2007-05-14 19:20:34 +00:00
parent 552524a660
commit 6d12800ee8
1 changed files with 2 additions and 0 deletions

View File

@ -106,8 +106,10 @@ is inherited from the parent process and may be changed using
The maximum number of supplementary group IDs can be found using
.BR sysconf (3):
.nf
long ngroups_max;
ngroups_max = sysconf(_SC_NGROUPS_MAX);
.fi
The maximal return value of
.BR getgroups ()