projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6559100
)
- commentary typo fix (tito)
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Wed, 5 Nov 2008 08:18:16 +0000
(08:18 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Wed, 5 Nov 2008 08:18:16 +0000
(08:18 -0000)
coreutils/id.c
patch
|
blob
|
history
diff --git
a/coreutils/id.c
b/coreutils/id.c
index 3a12011fbd8dfbdf1636e848670ca280f294463b..a75c226ef9772e31315ee832e1b8dd131809ce02 100644
(file)
--- a/
coreutils/id.c
+++ b/
coreutils/id.c
@@
-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 */
/* 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 th
i
s case egid is always printed if egid != rgid */
if (!opt || (opt & JUST_ALL_GROUPS)) {
gid_t *groups;
int n;