NetBSD/usr.bin/id
christos bc3a1c6523 PR/33054: Nicolas Joly: id(1) sometimes report a duplicate group when a user
is not specified. This is because it prints getgid() and getgroups(). If the
getgid() is in the getgroups() set, it was printed twice. This is now detected
and the duplicate printing is avoided.
2006-03-11 17:16:01 +00:00
..
Makefile WARNS=3 clean. 2004-11-22 17:32:08 +00:00
groups.1
id.1
id.c PR/33054: Nicolas Joly: id(1) sometimes report a duplicate group when a user 2006-03-11 17:16:01 +00:00
whoami.1