From owner-freebsd-doc@FreeBSD.ORG Mon May 26 01:20:01 2014 Return-Path: Delivered-To: freebsd-doc@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1F863BDA for ; Mon, 26 May 2014 01:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0ADE824C2 for ; Mon, 26 May 2014 01:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4Q1K0XN092519 for ; Mon, 26 May 2014 01:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4Q1K0Ek092518; Mon, 26 May 2014 01:20:00 GMT (envelope-from gnats) Date: Mon, 26 May 2014 01:20:00 GMT Message-Id: <201405260120.s4Q1K0Ek092518@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org Cc: From: venture37 Subject: Re: docs/41089: pax(1) -B option does not mention interaction with -z option Reply-To: venture37 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2014 01:20:01 -0000 The following reply was made to PR docs/41089; it has been noted by GNATS. From: venture37 To: bug-followup@FreeBSD.org, areilly@bigpond.net.au Cc: Subject: Re: docs/41089: pax(1) -B option does not mention interaction with -z option Date: Mon, 26 May 2014 02:12:11 +0100 This is a multi-part message in MIME format. --------------010202030606080206000603 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Attached diff adds proposed fix to pax(1). --------------010202030606080206000603 Content-Type: text/plain; charset=UTF-8; name="pax.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="pax.txt" Index: bin/pax/pax.1 =================================================================== --- bin/pax/pax.1 (revision 266021) +++ bin/pax/pax.1 (working copy) @@ -793,6 +793,12 @@ .Li x to indicate a product. .Pp +Note that the specified size is for the pax image itself. If the +.Fl z +option is also used, the resulting file may contain fewer +.Ar bytes , +according to the compressibility of the archive contents. +.Pp .Em Warning : Only use this option when writing an archive to a device which supports an end of file read condition based on last (or largest) write offset --------------010202030606080206000603--