mirror of
https://github.com/sheumann/hush.git
synced 2025-01-18 07:31:34 +00:00
- commentary typo fix (tito)
This commit is contained in:
parent
6559100021
commit
a643816fe3
@ -133,7 +133,7 @@ int id_main(int argc UNUSED_PARAM, char **argv)
|
|||||||
}
|
}
|
||||||
/* JUST_ALL_GROUPS ignores -r PRINT_REAL flag even if man page for */
|
/* JUST_ALL_GROUPS ignores -r PRINT_REAL flag even if man page for */
|
||||||
/* id says: print the real ID instead of the effective ID, with -ugG */
|
/* id says: print the real ID instead of the effective ID, with -ugG */
|
||||||
/* in fact in ths case egid is always printed if egid != rgid */
|
/* in fact in this case egid is always printed if egid != rgid */
|
||||||
if (!opt || (opt & JUST_ALL_GROUPS)) {
|
if (!opt || (opt & JUST_ALL_GROUPS)) {
|
||||||
gid_t *groups;
|
gid_t *groups;
|
||||||
int n;
|
int n;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user