[BusyBox-cvs] busybox/findutils xargs.c,1.31,1.32

Glenn McGrath bug1 at busybox.net
Thu Oct 30 22:51:36 UTC 2003


Update of /var/cvs/busybox/findutils
In directory winder:/tmp/cvs-serv21698

Modified Files:
	xargs.c 
Log Message:
Add a comment with link to the SUSv3 standard for xargs


Index: xargs.c
===================================================================
RCS file: /var/cvs/busybox/findutils/xargs.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- xargs.c	30 Oct 2003 22:47:16 -0000	1.31
+++ xargs.c	30 Oct 2003 22:51:33 -0000	1.32
@@ -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>




More information about the busybox-cvs mailing list