From 4d4708bfd2d03c430d94017173a556bd6472b660 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 16 Jul 2019 00:23:22 +0200 Subject: [PATCH] getgroups.2: ffix Signed-off-by: Michael Kerrisk --- man2/getgroups.2 | 1 + 1 file changed, 1 insertion(+) diff --git a/man2/getgroups.2 b/man2/getgroups.2 index ebe0d60cd1..043e60677a 100644 --- a/man2/getgroups.2 +++ b/man2/getgroups.2 @@ -66,6 +66,7 @@ buffer pointed to by If the calling process is a member of more than .I size supplementary groups, then an error results. +.PP It is unspecified whether the effective group ID of the calling process is included in the returned list. (Thus, an application should also call -- 2.39.2