array size in one place
[mobr.lz77.git] / lz77.1
blobd8baf441c0b824b480610ad3072d7d10edd916a6
1 .TH lz77 1
2 .SH NAME
3 lz77 \- lz77 compression algorithm
4 .SH SYNOPSIS
5 .B lz77
6 .RB [-d]
7 .SH OPTIONS
8 .TP
9 .B \-d
10 Decompress mode.
11 .SH DESCRIPTION
12 lz77 is implementation of lz77 compression algorithm, intelded for education, not for production use.
13 .br
14 Takes data from stdin and de/compress them to stdout.
15 .SH BUGS
16 Program do not work. (Not confirmed.)
17 .SH AUTHOR
18 Robert Hulle <robert.hulle@gmail.com>