misc: correct NEWS entry about id -G portability
authorPádraig Brady <P@draigBrady.com>
Tue, 28 Apr 2009 14:49:04 +0000 (15:49 +0100)
committerPádraig Brady <P@draigBrady.com>
Tue, 28 Apr 2009 14:52:29 +0000 (15:52 +0100)
* NEWS (Portability): getgrouplist has the portability issues,
not getgroups.

NEWS

diff --git a/NEWS b/NEWS
index 58b98cf..1835052 100644 (file)
--- 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]