diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -4,8 +4,9 @@ Lzd is a very simplified decompressor for lzip files with an educational purpose. Studying its source is a good first step to understand how lzip works. It is not safe to use lzd for any real work. -The source of lzd is also used in the lzip manual as a reference -decompressor in the description of the lzip file format. +The source of lzd is used in the lzip manual as a reference decompressor +in the description of the lzip file format. Reading the lzip manual will +help you understand the source. Lzd decompresses from standard input to standard output. Lzd will correctly decompress the concatenation of two or more compressed files. |