From 292d370ab46b7b631c825a31d86b71d9f1b552db Mon Sep 17 00:00:00 2001 From: Tor E Hagemann Date: Fri, 30 Mar 2018 14:53:57 -0700 Subject: [PATCH 1/2] Update zstd.1 --- programs/zstd.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/zstd.1 b/programs/zstd.1 index 8e9e83745..f3f6efa98 100644 --- a/programs/zstd.1 +++ b/programs/zstd.1 @@ -17,7 +17,7 @@ \fBzstdcat\fR is equivalent to \fBzstd \-dcf\fR . .SH "DESCRIPTION" -\fBzstd\fR is a fast lossless compression algorithm and data compression tool, with command line syntax similar to \fBgzip (1)\fR and \fBxz (1)\fR\. It is based on the \fBLZ77\fR family, with further FSE & huff0 entropy stages\. \fBzstd\fR offers highly configurable compression speed, with fast modes at > 200 MB/s per code, and strong modes nearing lzma compression ratios\. It also features a very fast decoder, with speeds > 500 MB/s per core\. +\fBzstd\fR is a fast lossless compression algorithm and data compression tool, with command line syntax similar to \fBgzip (1)\fR and \fBxz (1)\fR\. It is based on the \fBLZ77\fR family, with further FSE & huff0 entropy stages\. \fBzstd\fR offers highly configurable compression speed, with fast modes at > 200 MB/s per core, and strong modes nearing lzma compression ratios\. It also features a very fast decoder, with speeds > 500 MB/s per core\. . .P \fBzstd\fR command line syntax is generally similar to gzip, but features the following differences : From c7a5e60bc6ea152d860e7b5a56b120f1a22bf4af Mon Sep 17 00:00:00 2001 From: Tor E Hagemann Date: Fri, 30 Mar 2018 15:25:32 -0700 Subject: [PATCH 2/2] Update zstd.1.md --- 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 2e2dc54f8..9feae1ca7 100644 --- a/programs/zstd.1.md +++ b/programs/zstd.1.md @@ -19,7 +19,7 @@ DESCRIPTION with command line syntax similar to `gzip (1)` and `xz (1)`. It is based on the **LZ77** family, with further FSE & huff0 entropy stages. `zstd` offers highly configurable compression speed, -with fast modes at > 200 MB/s per code, +with fast modes at > 200 MB/s per core, and strong modes nearing lzma compression ratios. It also features a very fast decoder, with speeds > 500 MB/s per core.