From: Glenn L McGrath Date: Thu, 30 Oct 2003 22:51:33 +0000 (-0000) Subject: Add a comment with link to the SUSv3 standard for xargs X-Git-Tag: 1_00_pre4~93 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=40c9489d336ad42451b8eb124f82ff14958d3945;p=oweals%2Fbusybox.git Add a comment with link to the SUSv3 standard for xargs --- 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