projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09c295a
)
Add a comment with link to the SUSv3 standard for xargs
author
Glenn L McGrath
<bug1@ihug.co.nz>
Thu, 30 Oct 2003 22:51:33 +0000
(22:51 -0000)
committer
Glenn L McGrath
<bug1@ihug.co.nz>
Thu, 30 Oct 2003 22:51:33 +0000
(22:51 -0000)
findutils/xargs.c
patch
|
blob
|
history
diff --git
a/findutils/xargs.c
b/findutils/xargs.c
index e2e6d3abdbb43406c8ac4c5a6bbf0ffbf9bed94e..3f3c9449c93fbaaf13c15da28c5df9da7a9bb2f7 100644
(file)
--- 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>