aboutsummaryrefslogtreecommitdiff
path: root/findutils/xargs.c
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-10-30 22:51:33 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-10-30 22:51:33 +0000
commit40c9489d336ad42451b8eb124f82ff14958d3945 (patch)
treef1e51a02d39b648a4e03b439a4c801bbac377a2f /findutils/xargs.c
parent09c295a5bc40f27612cc6375c7c4de3eb16efdf0 (diff)
downloadbusybox-40c9489d336ad42451b8eb124f82ff14958d3945.tar.gz
Add a comment with link to the SUSv3 standard for xargs
Diffstat (limited to 'findutils/xargs.c')
-rw-r--r--findutils/xargs.c3
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 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
+ * xargs is described in the Single Unix Specification v3 at
+ * http://www.opengroup.org/onlinepubs/007904975/utilities/xargs.html
+ *
*/
#include <stdio.h>