diff options
Diffstat (limited to 'man2/getgroups.2')
| -rw-r--r-- | man2/getgroups.2 | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/man2/getgroups.2 b/man2/getgroups.2 index e6900adf65..9fdc0a0a89 100644 --- a/man2/getgroups.2 +++ b/man2/getgroups.2 @@ -169,12 +169,14 @@ is inherited from the parent process, and preserved across an .PP The maximum number of supplementary group IDs can be found at run time using .BR sysconf (3): -.nf - - long ngroups_max; - ngroups_max = sysconf(_SC_NGROUPS_MAX); - -.fi +.PP +.in +4n +.EX +long ngroups_max; +ngroups_max = sysconf(_SC_NGROUPS_MAX); +..EE +.in +.EE The maximum return value of .BR getgroups () cannot be larger than one more than this value. |
