summaryrefslogtreecommitdiffstats
path: root/programs/lz4.1.md
Commit message (Collapse)AuthorAgeFilesLines
* fix #285 : lz4cat doesn't work with stdin (reported by @beiDei8z)Yann Collet2016-12-081-3/+5
|
* fixed minor display error when using -rYann Collet2016-11-281-3/+0
|
* Updated man pageYann Collet2016-11-281-29/+39
|
* minor man page updateYann Collet2016-11-281-3/+7
|
* Add "man" target to MakefileTakayuki MATSUOKA2016-11-271-0/+206
- `make man` makes manpage lz4.1 from lz4.1.md - It needs `gem` and `ronn` which is same as xxhash.1.md is required.