diff options
author | Yann Collet <yann.collet.73@gmail.com> | 2015-03-22 12:51:22 (GMT) |
---|---|---|
committer | Yann Collet <yann.collet.73@gmail.com> | 2015-03-22 12:51:22 (GMT) |
commit | a28b14731d35f717c5d48f07c9a9312c60961493 (patch) | |
tree | f090b62eb3479e568df4665c5588002fb8cc3836 /programs | |
parent | 7cf4e5c94136ee625d7225a72d4c38589a03ec5d (diff) | |
download | lz4-a28b14731d35f717c5d48f07c9a9312c60961493.zip lz4-a28b14731d35f717c5d48f07c9a9312c60961493.tar.gz lz4-a28b14731d35f717c5d48f07c9a9312c60961493.tar.bz2 |
removed useless man pages
Diffstat (limited to 'programs')
-rw-r--r-- | programs/lz4c.1 | 33 | ||||
-rw-r--r-- | programs/lz4cat.1 | 32 |
2 files changed, 0 insertions, 65 deletions
diff --git a/programs/lz4c.1 b/programs/lz4c.1 deleted file mode 100644 index fed6c8b..0000000 --- a/programs/lz4c.1 +++ /dev/null @@ -1,33 +0,0 @@ -\" -\" lz4c.1: This is a manual page for 'lz4c' program. This file is part of the -\" lz4 <https://code.google.com/p/lz4/> project. -\" - -\" No hyphenation -.hy 0 -.nr HY 0 - -.TH lz4c "1" "2014-04-15" "lz4c" "User Commands" -.SH NAME -\fBlz4\fR - Extremely fast compression algorithm - -.SH SYNOPSIS -.TP 5 -\fBlz4c\fR [\fBOPTIONS\fR] [-|INPUT-FILE] <OUTPUT-FILE> - -.SH DESCRIPTION -.PP -\fBlz4c\fR is the legacy version of \fBlz4\fR. -As such, it supports older supplementary legacy commands. -\fBlz4c\fR is now deprecated. -It is recommended to use \fBlz4\fR instead whenever possible. - -To get a list of commands specific to lz4c, do : -lz4c -h - - -.SH BUGS -Report bugs at:- https://code.google.com/p/lz4/ - -.SH AUTHOR -Yann Collet
\ No newline at end of file diff --git a/programs/lz4cat.1 b/programs/lz4cat.1 deleted file mode 100644 index 64ddbc8..0000000 --- a/programs/lz4cat.1 +++ /dev/null @@ -1,32 +0,0 @@ -\" -\" lz4cat.1: This is a manual page for 'lz4cat' program. This file is part of -\" the lz4 <https://code.google.com/p/lz4/> project. -\" - -\" No hyphenation -.hy 0 -.nr HY 0 - -.TH lz4cat "1" "2014-06-20" "lz4cat" "User Commands" -.SH NAME -\fBlz4cat\fR - Utility based on LZ4 - -.SH SYNOPSIS -.TP 5 -\fBlz4cat\fR [\fBOPTIONS\fR] [-|INPUT-FILE] - -.SH DESCRIPTION -.PP -\fBlz4cat\fR is an utility based on \fBlz4\fR, an extremely fast lossless compression algorithm. - -\fBlz4cat\fR decompress input file or stream, redirecting its output to the console. -It is equivalent to \fBlz4 -cd\fR, - -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 |