]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
replaced Zstandard by zstd in man page
authorYann Collet <cyan@fb.com>
Wed, 12 Oct 2022 06:32:18 +0000 (23:32 -0700)
committerYann Collet <cyan@fb.com>
Wed, 12 Oct 2022 06:32:18 +0000 (23:32 -0700)
identified by @paulmenzel in #3286

programs/zstd.1
programs/zstd.1.md

index a2bf7fd2f50f6d6ddaf7da85399c23f5e223195b..5cf3c6bb1c39feecb2cf10518001f588e978d1f4 100644 (file)
@@ -144,7 +144,7 @@ Note: cannot use both this and \-D together Note: \fB\-\-long\fR mode will be au
 \fB\-\-no\-dictID\fR: do not store dictionary ID within frame header (dictionary compression)\. The decoder will have to rely on implicit knowledge about which dictionary to use, it won\'t be able to check if it\'s correct\.
 .
 .IP "\(bu" 4
-\fB\-M#\fR, \fB\-\-memory=#\fR: Set a memory usage limit\. By default, Zstandard uses 128 MB for decompression as the maximum amount of memory the decompressor is allowed to use, but you can override this manually if need be in either direction (i\.e\. you can increase or decrease it)\.
+\fB\-M#\fR, \fB\-\-memory=#\fR: Set a memory usage limit\. By default, \fBzstd\fR uses 128 MB for decompression as the maximum amount of memory the decompressor is allowed to use, but you can override this manually if need be in either direction (i\.e\. you can increase or decrease it)\.
 .
 .IP
 This is also used during compression when using with \-\-patch\-from=\. In this case, this parameter overrides that maximum size allowed for a dictionary\. (128 MB)\.
index 3ab8404ee65f86199f85fc2b67c742ac5853f869..37c2ba1873e83d8ab06a42b17b60164985dab3bd 100644 (file)
@@ -183,7 +183,7 @@ the last one takes effect.
     The decoder will have to rely on implicit knowledge about which dictionary to use,
     it won't be able to check if it's correct.
 * `-M#`, `--memory=#`:
-    Set a memory usage limit. By default, Zstandard uses 128 MB for decompression
+    Set a memory usage limit. By default, `zstd` uses 128 MB for decompression
     as the maximum amount of memory the decompressor is allowed to use, but you can
     override this manually if need be in either direction (i.e. you can increase or
     decrease it).