From: Paul Menzel Date: Sun, 3 Apr 2022 05:26:49 +0000 (+0200) Subject: zstd.1: Remove superfluous *not* in description of `--long[=#]` X-Git-Tag: v1.5.4^2~221^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f133bc8c9c345fac5c28b6758e1f133b8b6280fd;p=thirdparty%2Fzstd.git zstd.1: Remove superfluous *not* in description of `--long[=#]` Resolves: https://github.com/facebook/zstd/issues/3101 --- diff --git a/programs/zstd.1.md b/programs/zstd.1.md index 49554ca11..3901b58db 100644 --- a/programs/zstd.1.md +++ b/programs/zstd.1.md @@ -139,7 +139,7 @@ the last one takes effect. _note_ : at the time of this writing, `--adapt` can remain stuck at low speed when combined with multiple worker threads (>=2). * `--long[=#]`: - enables long distance matching with `#` `windowLog`, if not `#` is not + enables long distance matching with `#` `windowLog`, if `#` is not present it defaults to `27`. This increases the window size (`windowLog`) and memory usage for both the compressor and decompressor.