From owner-cvs-all Thu May 30 12:34:34 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A99EB37B408; Thu, 30 May 2002 12:34:31 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4UJYVd16546; Thu, 30 May 2002 12:34:31 -0700 (PDT) (envelope-from jmallett) Message-Id: <200205301934.g4UJYVd16546@freefall.freebsd.org> From: "J. Mallett" Date: Thu, 30 May 2002 12:34:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/xargs xargs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/05/30 12:34:31 PDT Modified files: usr.bin/xargs xargs.c Log: Restructure sanity checks so that -I and -J just override eachother, rather than triggering a usage(). Allow -R and -I to be specified in any order, and thus change how -R checks for -I not being given and triggering a usage(). Partially requested by: gad Revision Changes Path 1.38 +6 -5 src/usr.bin/xargs/xargs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message