From: Pádraig Brady Date: Tue, 28 Apr 2009 14:49:04 +0000 (+0100) Subject: misc: correct NEWS entry about id -G portability X-Git-Tag: v7.3~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a28715b10bfc88bc5f4c36f759e4bdcd93fb1aa;p=thirdparty%2Fcoreutils.git misc: correct NEWS entry about id -G portability * NEWS (Portability): getgrouplist has the portability issues, not getgroups. --- diff --git a/NEWS b/NEWS index 58b98cf89d..1835052c85 100644 --- a/NEWS +++ b/NEWS @@ -47,7 +47,7 @@ GNU coreutils NEWS -*- outline -*- `id -G $USER` now works correctly even on Darwin and NetBSD. Previously it would either truncate the group list to 10, or go into an infinite loop, - due to their non-standard getgroups implementations. + due to their non-standard getgrouplist implementations. [truncation introduced in coreutils-6.11] [infinite loop introduced in coreutils-7.1]