From f133bc8c9c345fac5c28b6758e1f133b8b6280fd Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sun, 3 Apr 2022 07:26:49 +0200 Subject: [PATCH] zstd.1: Remove superfluous *not* in description of `--long[=#]` Resolves: https://github.com/facebook/zstd/issues/3101 --- programs/zstd.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.2