From: Michihiro NAKAJIMA Date: Mon, 22 Oct 2012 21:32:08 +0000 (+0900) Subject: Change the minimum number of gzip:compression-level from 0 to 1 X-Git-Tag: v3.1.0~40^2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=434a3e6592750faa9f7f3932a22f65072f17df37;p=thirdparty%2Flibarchive.git Change the minimum number of gzip:compression-level from 0 to 1 described in bsdtar.1 since an external gzip(1) utility does not handle compression level 0. --- diff --git a/tar/bsdtar.1 b/tar/bsdtar.1 index 3fd2d9b3e..161309d3d 100644 --- a/tar/bsdtar.1 +++ b/tar/bsdtar.1 @@ -471,7 +471,7 @@ or .Cm iso9660:!rockridge to disable. .It Cm gzip:compression-level -A decimal integer from 0 to 9 specifying the gzip compression level. +A decimal integer from 1 to 9 specifying the gzip compression level. .It Cm gzip:timestamp Store timestamp. This is enabled by default, use .Cm !timestamp