]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Fixing hashLog error 2^26=64Mib
authorBimba Shrestha <bimbashrestha@fb.com>
Thu, 14 Nov 2019 18:48:55 +0000 (10:48 -0800)
committerBimba Shrestha <bimbashrestha@fb.com>
Thu, 14 Nov 2019 18:48:55 +0000 (10:48 -0800)
programs/zstd.1.md

index e3daa4c87ac7f4ed5472e972384ceb3eaad223fc..5ea7fd8943e0eb6cc214416e45aa3ff1886658b5 100644 (file)
@@ -402,7 +402,7 @@ The list of available _options_:
     Bigger hash tables cause less collisions which usually makes compression
     faster, but requires more memory during compression.
 
-    The minimum _hlog_ is 6 (64 B) and the maximum is 26 (128 MiB).
+    The minimum _hlog_ is 6 (64 B) and the maximum is 26 (64 MiB).
 
 - `chainLog`=_clog_, `clog`=_clog_:
     Specify the maximum number of bits for a hash chain or a binary tree.