aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-09-22 20:02:34 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-09-22 20:02:34 +0000
commite3902a22e667317305b5a203ed5a75835886b1e9 (patch)
tree2be6861f2a47e241a980c2c825c9cc658fe0cb97
parent316dac146b9a8eac4c8e24d1cacc0214daaffc2d (diff)
downloadbusybox-w32-e3902a22e667317305b5a203ed5a75835886b1e9.tar.gz
busybox-w32-e3902a22e667317305b5a203ed5a75835886b1e9.tar.bz2
busybox-w32-e3902a22e667317305b5a203ed5a75835886b1e9.zip
Comment on xargs choice.
git-svn-id: svn://busybox.net/trunk/busybox@1097 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--findutils/xargs.c3
-rw-r--r--xargs.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/findutils/xargs.c b/findutils/xargs.c
index 73b1a0237..adf1f134c 100644
--- a/findutils/xargs.c
+++ b/findutils/xargs.c
@@ -1,4 +1,5 @@
1/* xargs for busybox */ 1/* xargs for busybox -- using GNU xargs till we can get something
2 * better. minix xargs is a bit smaller... */
2 3
3/* xargs -- build and execute command lines from standard input 4/* xargs -- build and execute command lines from standard input
4 Copyright (C) 1990, 91, 92, 93, 94 Free Software Foundation, Inc. 5 Copyright (C) 1990, 91, 92, 93, 94 Free Software Foundation, Inc.
diff --git a/xargs.c b/xargs.c
index 73b1a0237..adf1f134c 100644
--- a/xargs.c
+++ b/xargs.c
@@ -1,4 +1,5 @@
1/* xargs for busybox */ 1/* xargs for busybox -- using GNU xargs till we can get something
2 * better. minix xargs is a bit smaller... */
2 3
3/* xargs -- build and execute command lines from standard input 4/* xargs -- build and execute command lines from standard input
4 Copyright (C) 1990, 91, 92, 93, 94 Free Software Foundation, Inc. 5 Copyright (C) 1990, 91, 92, 93, 94 Free Software Foundation, Inc.