]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Update zstd.1
authorTor E Hagemann <hagemt@users.noreply.github.com>
Fri, 30 Mar 2018 21:53:57 +0000 (14:53 -0700)
committerGitHub <noreply@github.com>
Fri, 30 Mar 2018 21:53:57 +0000 (14:53 -0700)
programs/zstd.1

index 8e9e83745a0f8bb9d6f10ae979ff76bf6fa260d0..f3f6efa98719ba4201cae65978765827b235e5b6 100644 (file)
@@ -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 :