freebsd-dev/usr.bin/id
Robert Drehmel 7f31354152 Add flag to choose whether to use getgrouplist(3) or getgroups(2)
to the id_print() function.

Use getgrouplist(3) for the case when an user was specified,
and getgroups(2) when no user was given.
That reverts to the expected behaviour and makes it easy to
implement an option later to force using getgrouplist(3).
2005-04-29 10:11:18 +00:00
..
groups.1 Added the EXIT STATUS section where appropriate. 2005-01-17 07:44:44 +00:00
id.1 Fix spelling error. 2005-04-29 08:37:52 +00:00
id.c Add flag to choose whether to use getgrouplist(3) or getgroups(2) 2005-04-29 10:11:18 +00:00
Makefile Add missing %s so that all of the usage message gets printed. 2004-05-19 21:06:36 +00:00
whoami.1 Added the EXIT STATUS section where appropriate. 2005-01-17 07:44:44 +00:00