From owner-cvs-src@FreeBSD.ORG Thu Apr 8 12:37:02 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D8D116A4CE; Thu, 8 Apr 2004 12:37:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61D0743D2D; Thu, 8 Apr 2004 12:37:02 -0700 (PDT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i38Jb2Ge061978; Thu, 8 Apr 2004 12:37:02 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i38Jb2IF061977; Thu, 8 Apr 2004 12:37:02 -0700 (PDT) (envelope-from kientzle) Message-Id: <200404081937.i38Jb2IF061977@repoman.freebsd.org> From: Tim Kientzle Date: Thu, 8 Apr 2004 12:37:01 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tar bsdtar.1 bsdtar.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Apr 2004 19:37:02 -0000 kientzle 2004/04/08 12:37:01 PDT FreeBSD src repository Modified files: usr.bin/tar bsdtar.1 bsdtar.c Log: Allow arguments to appear in any order. While I'm here, add a couple of extra sanity-checks to the argument parsing (reject -j -z, for instance) and update the docs a bit. Requested by: most everyone ;-) Revision Changes Path 1.3 +9 -8 src/usr.bin/tar/bsdtar.1 1.3 +104 -58 src/usr.bin/tar/bsdtar.c