From 434a3e6592750faa9f7f3932a22f65072f17df37 Mon Sep 17 00:00:00 2001 From: Michihiro NAKAJIMA Date: Tue, 23 Oct 2012 06:32:08 +0900 Subject: [PATCH] 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. --- tar/bsdtar.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2