]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
minor man update, for `overlapSize` 643/head
authorYann Collet <cyan@fb.com>
Mon, 3 Apr 2017 21:57:24 +0000 (14:57 -0700)
committerYann Collet <cyan@fb.com>
Mon, 3 Apr 2017 21:57:24 +0000 (14:57 -0700)
programs/zstd.1
programs/zstd.1.md

index 3b0064993dc4e6a8143c4da12bc858b468a83ba7..c6b2c2742e313bb56b95270ad8b8597f27dcbaba 100644 (file)
@@ -302,7 +302,7 @@ The minimum \fItlen\fR is 4 and the maximum is 999\.
 .
 .TP
 \fBoverlapLog\fR=\fIovlog\fR, \fBovlog\fR=\fIovlog\fR
-Select the amount of data reloaded from previous job into next one\. Reloading more data improves compression ratio, but decreases speed\. This parameter is only available if multithreading is enabled\.
+Determine \fBoverlapSize\fR, amount of data reloaded from previous job\. This parameter is only available when multithreading is enabled\. Reloading more data improves compression ratio, but decreases speed\.
 .
 .IP
 The minimum \fIovlog\fR is 0, and the maximum is 9\. 0 means "no overlap", hence completely independent jobs\. 9 means "full overlap", meaning up to \fBwindowSize\fR is reloaded from previous job\. Reducing \fIovlog\fR by 1 reduces the amount of reload by a factor 2\. Default \fIovlog\fR is 6, which means "reload \fBwindowSize / 8\fR"\. Exception : the maximum compression level (22) has a default \fIovlog\fR of 9\.
index f8ef513ea2293059ead03148ec2fd937414bf52f..07c36f683ca6db4c90f7796dcec852c025577648 100644 (file)
@@ -304,9 +304,9 @@ The list of available _options_:
     The minimum _tlen_ is 4 and the maximum is 999.
 
 - `overlapLog`=_ovlog_,  `ovlog`=_ovlog_:
-    Select the amount of data reloaded from previous job into next one.
+    Determine `overlapSize`, amount of data reloaded from previous job.
+    This parameter is only available when multithreading is enabled.
     Reloading more data improves compression ratio, but decreases speed.
-    This parameter is only available if multithreading is enabled.
 
     The minimum _ovlog_ is 0, and the maximum is 9.
     0 means "no overlap", hence completely independent jobs.