freebsd-dev/usr.bin/id
Robert Drehmel 58b6761db3 We need to pass NGROUPS + 1 to getgrouplist(3) to display
NGROUPS groups.  getgrouplist(3) may put a duplicate group
id into the passed array (it sets [0] and [1] to the value
of the gid argument), but id_print() sorts them out.
2005-04-28 16:11:37 +00:00
..
groups.1 Added the EXIT STATUS section where appropriate. 2005-01-17 07:44:44 +00:00
id.1 Added the EXIT STATUS section where appropriate. 2005-01-17 07:44:44 +00:00
id.c We need to pass NGROUPS + 1 to getgrouplist(3) to display 2005-04-28 16:11:37 +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