summaryrefslogtreecommitdiffstats
path: root/programs
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2014-06-24 17:59:51 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2014-06-24 17:59:51 (GMT)
commit790db934f15eed17fa646a1d222a900bf32d83e3 (patch)
tree533fa37d9bedef0da1d1dfdf2e0f1ee3cb5e482d /programs
parentda5373197e84ee49d75b8334d4510689731d6e90 (diff)
downloadlz4-790db934f15eed17fa646a1d222a900bf32d83e3.zip
lz4-790db934f15eed17fa646a1d222a900bf32d83e3.tar.gz
lz4-790db934f15eed17fa646a1d222a900bf32d83e3.tar.bz2
updated lz4cat man page
Diffstat (limited to 'programs')
-rw-r--r--programs/lz4cat.118
1 files changed, 8 insertions, 10 deletions
diff --git a/programs/lz4cat.1 b/programs/lz4cat.1
index fb33fd5..64ddbc8 100644
--- a/programs/lz4cat.1
+++ b/programs/lz4cat.1
@@ -7,28 +7,26 @@
.hy 0
.nr HY 0
-.TH lz4cat "1" "2014-04-15" "lz4cat" "User Commands"
+.TH lz4cat "1" "2014-06-20" "lz4cat" "User Commands"
.SH NAME
-\fBlz4cat\fR - Extremely fast compression algorithm
+\fBlz4cat\fR - Utility based on LZ4
.SH SYNOPSIS
.TP 5
-\fBlz4cat\fR [\fBOPTIONS\fR] [-|INPUT-FILE] <OUTPUT-FILE>
+\fBlz4cat\fR [\fBOPTIONS\fR] [-|INPUT-FILE]
.SH DESCRIPTION
.PP
-\fBlz4\fR is an extremely fast lossless compression algorithm.
+\fBlz4cat\fR is an utility based on \fBlz4\fR, an extremely fast lossless compression algorithm.
-\fBlz4cat\fR is an utility based on \fBlz4\fR.
+\fBlz4cat\fR decompress input file or stream, redirecting its output to the console.
+It is equivalent to \fBlz4 -cd\fR,
-\fBlz4cat\fR is equivalent to \fBlz4 -cd\fR,
-which forces decompression and redirect its output to the console.
-
-All other options are the same as \fBlz4\fR ones (man lz4).
+Available options are the same as \fBlz4\fR ones (man lz4).
.SH BUGS
Report bugs at:- https://code.google.com/p/lz4/
.SH AUTHOR
-Yann Collet \ No newline at end of file
+Yann Collet