aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-06-04 17:58:19 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-06-04 17:58:19 +0000
commit68aa7d0ee08790dfc06ebea14f1145fe30c1a6d8 (patch)
treef6210390eceea922abbdb41e8843e362073becb6
parent62b0e2a4eb86f351f459050a2b5f347b9a6c2e25 (diff)
downloadbusybox-w32-68aa7d0ee08790dfc06ebea14f1145fe30c1a6d8.tar.gz
busybox-w32-68aa7d0ee08790dfc06ebea14f1145fe30c1a6d8.tar.bz2
busybox-w32-68aa7d0ee08790dfc06ebea14f1145fe30c1a6d8.zip
- add note about ingroup and is_a_group_member
git-svn-id: svn://busybox.net/trunk/busybox@15282 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 778e924d8..80a37b359 100644
--- a/TODO
+++ b/TODO
@@ -270,6 +270,8 @@ Minor stuff:
270 fprintf(stderr, "%s: %s not found\n", "unalias", *argptr); 270 fprintf(stderr, "%s: %s not found\n", "unalias", *argptr);
271 -> fprintf(stderr, "unalias: %s not found\n", *argptr); 271 -> fprintf(stderr, "unalias: %s not found\n", *argptr);
272--- 272---
273 possible code duplication ingroup() and is_a_group_member()
274---
273 275
274 276
275Code cleanup: 277Code cleanup: