Actions
Bug #6193
openmanpages incorrectly referencing NGROUPS_UMAX
Start date:
2015-09-01
Due date:
% Done:
0%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
Description
manpages such as getgroups(2) mention sysconf parameter NGROUPS_UMAX when it should probably be NGROUPS_MAX
albeit NGROUPS_UMAX does exist in a few places, it cannot be found using `/usr/bin/getconf NGROUPS_UMAX' whereas with NGROUPS_MAX it can.
Actions