1\"
2\" lz4c.1: This is a manual page for 'lz4c' program. This file is part of the
3\" lz4 <https://code.google.com/p/lz4/> project.
4\"
5
6\" No hyphenation
7.hy 0
8.nr HY 0
9
10.TH lz4c "1" "2014-04-15" "lz4c" "User Commands"
11.SH NAME
12\fBlz4\fR - Extremely fast compression algorithm
13
14.SH SYNOPSIS
15.TP 5
16\fBlz4c\fR [\fBOPTIONS\fR] [-|INPUT-FILE] <OUTPUT-FILE>
17
18.SH DESCRIPTION
19.PP
20\fBlz4c\fR is the legacy version of \fBlz4\fR.
21As such, it supports older supplementary legacy commands.
22\fBlz4c\fR is now deprecated.
23It is recommended to use \fBlz4\fR instead whenever possible.
24
25To get a list of commands specific to lz4c, do :
26lz4c -h
27
28
29.SH BUGS
30Report bugs at:- https://code.google.com/p/lz4/
31
32.SH AUTHOR
33Yann Collet