diff options
author | Jim Meyering <jim@meyering.net> | 1996-05-22 12:03:18 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-05-22 12:03:18 +0000 |
commit | 5faf3cd5fbcb51cb8d76306ca6e58144e8309723 (patch) | |
tree | 3858a2b1c752fca53a2c29c64681dc0108d0ebd3 /src | |
parent | b4a30ded4cc4fb7a78ca3526c0f3b33dc0dc5303 (diff) | |
download | coreutils-5faf3cd5fbcb51cb8d76306ca6e58144e8309723.tar.xz |
.
Diffstat (limited to 'src')
-rw-r--r-- | src/id.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -252,7 +252,7 @@ xgetgroups (const char *username, int *n_groups, GETGROUPS_T **groups) return fail; } -/* Print all of the distinct groups the user is in . */ +/* Print all of the distinct groups the user is in. */ static void print_group_list (char *username) |