X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fgetgroups.texi;h=f9615ad08cf50926ca70912dda63a76f051f555d;hb=14b6d70139486b63e66257aad1abe2a9615f4d96;hp=a8478eb588ea7e1ad199f6a431619079e45ff3d0;hpb=1e642be936b3a09f6200d753f035ce045d9c5dac;p=gnulib.git diff --git a/doc/posix-functions/getgroups.texi b/doc/posix-functions/getgroups.texi index a8478eb58..f9615ad08 100644 --- a/doc/posix-functions/getgroups.texi +++ b/doc/posix-functions/getgroups.texi @@ -2,7 +2,7 @@ @section @code{getgroups} @findex getgroups -POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getgroups.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getgroups.html} Gnulib module: getgroups @@ -25,4 +25,10 @@ even though that was a different size than an array of @samp{gid_t}. Portability problems not fixed by Gnulib: @itemize +@item +It is unspecified whether the effective group id will be included in +the returned list, nor whether the list will be sorted in any +particular order. For that matter, some platforms include the +effective group id twice, if it is also a member of the current +supplemental group ids. @end itemize