freebsd-dev/usr.bin/id
Robert Drehmel 68b9b81e79 - Merge two functions for printing `id' output.
Showing the ids of both an user given by an argument to `id',
   and the current user, is now handled in a single function.
   Displaying the current user's ids was inaccurate because
   getgroups(2) had been used.  getgroups(2) returns the current
   kernel state of a user's groups, which may not always be
   correct if /etc/group was recently changed.
 - Fix a few style bugs.

PR:		bin/78085
2005-04-28 15:55:54 +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 - Merge two functions for printing `id' output. 2005-04-28 15:55:54 +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