]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
getgroups.2: Clarify that sysconf(_SC_NGROUPS_MAX) is a run-time technique
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 17 Oct 2013 22:35:51 +0000 (11:35 +1300)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 17 Oct 2013 22:40:29 +0000 (11:40 +1300)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/getgroups.2

index f880e308177fa0b63f4c74da24a1e0001788e301..a67d79ba558ee03a8c5dc33379c189784bfcfd71 100644 (file)
@@ -151,7 +151,7 @@ The set of supplementary group IDs
 is inherited from the parent process, and preserved across an
 .BR execve (2).
 
-The maximum number of supplementary group IDs can be found using
+The maximum number of supplementary group IDs can be found at run time using
 .BR sysconf (3):
 .nf