summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2009-04-28 15:49:04 +0100
committerPádraig Brady <P@draigBrady.com>2009-04-28 15:52:29 +0100
commit0a28715b10bfc88bc5f4c36f759e4bdcd93fb1aa (patch)
tree97db4ad96f7ce39107e8722c94c5551a49771c35
parent74171b693c0257194cc9357f547c7d4492f5a439 (diff)
downloadcoreutils-0a28715b10bfc88bc5f4c36f759e4bdcd93fb1aa.tar.xz
misc: correct NEWS entry about id -G portability
* NEWS (Portability): getgrouplist has the portability issues, not getgroups.
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 58b98cf89..1835052c8 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]