aboutsummaryrefslogtreecommitdiffstats
path: root/man2/getgroups.2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2017-08-16 23:18:50 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2017-08-16 23:18:50 +0200
commit47f743f12ecc581d15d9dedd512592f2a9ae4dcc (patch)
treec35299b88d869a87a1a3db9eca919eb6861dcb51 /man2/getgroups.2
parent0ffeaeae10f06691aab86c51caba57094c6a6f3a (diff)
downloadman-pages-47f743f12ecc581d15d9dedd512592f2a9ae4dcc.tar.gz
chroot.2, clone.2, epoll_wait.2, execve.2, getgroups.2: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2/getgroups.2')
-rw-r--r--man2/getgroups.214
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.