diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-10-30 22:51:33 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-10-30 22:51:33 +0000 |
commit | b59ceff8bc0ddc283706c39ee0cc572b5abc8a19 (patch) | |
tree | f1e51a02d39b648a4e03b439a4c801bbac377a2f /findutils | |
parent | 538175360a0ebf17055df6c9d6580ace22fb707e (diff) | |
download | busybox-w32-b59ceff8bc0ddc283706c39ee0cc572b5abc8a19.tar.gz busybox-w32-b59ceff8bc0ddc283706c39ee0cc572b5abc8a19.tar.bz2 busybox-w32-b59ceff8bc0ddc283706c39ee0cc572b5abc8a19.zip |
Add a comment with link to the SUSv3 standard for xargs
git-svn-id: svn://busybox.net/trunk/busybox@7727 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'findutils')
-rw-r--r-- | findutils/xargs.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/findutils/xargs.c b/findutils/xargs.c index e2e6d3abd..3f3c9449c 100644 --- a/findutils/xargs.c +++ b/findutils/xargs.c | |||
@@ -23,6 +23,9 @@ | |||
23 | * along with this program; if not, write to the Free Software | 23 | * along with this program; if not, write to the Free Software |
24 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 24 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
25 | * | 25 | * |
26 | * xargs is described in the Single Unix Specification v3 at | ||
27 | * http://www.opengroup.org/onlinepubs/007904975/utilities/xargs.html | ||
28 | * | ||
26 | */ | 29 | */ |
27 | 30 | ||
28 | #include <stdio.h> | 31 | #include <stdio.h> |