diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/clzip.1 | 5 | ||||
-rw-r--r-- | doc/clzip.info | 21 | ||||
-rw-r--r-- | doc/clzip.texinfo | 9 |
3 files changed, 23 insertions, 12 deletions
diff --git a/doc/clzip.1 b/doc/clzip.1 index f259dfa..25c509e 100644 --- a/doc/clzip.1 +++ b/doc/clzip.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. -.TH CLZIP "1" "March 2010" "Clzip 1.0-rc3" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.37.1. +.TH CLZIP "1" "April 2010" "Clzip 1.0" "User Commands" .SH NAME Clzip \- data compressor based on the LZMA algorithm .SH SYNOPSIS @@ -66,6 +66,7 @@ Numbers may be followed by a multiplier: k = kB = 10^3 = 1000, Ki = KiB = 2^10 = 1024, M = 10^6, Mi = 2^20, G = 10^9, Gi = 2^30, etc... .SH "REPORTING BUGS" Report bugs to lzip\-bug@nongnu.org +.br Clzip home page: http://www.nongnu.org/lzip/clzip.html .SH COPYRIGHT Copyright \(co 2010 Antonio Diaz Diaz. diff --git a/doc/clzip.info b/doc/clzip.info index a98e8e5..2bab8b6 100644 --- a/doc/clzip.info +++ b/doc/clzip.info @@ -12,7 +12,7 @@ File: clzip.info, Node: Top, Next: Introduction, Up: (dir) Clzip Manual ************ -This manual is for Clzip (version 1.0-rc3, 13 March 2010). +This manual is for Clzip (version 1.0, 5 April 2010). * Menu: @@ -42,6 +42,11 @@ gzip or bzip2. Clzip decompresses almost as fast as gzip and compresses better than bzip2, which makes it well suited for software distribution and data archiving. + Clzip uses the lzip file format; the files produced by clzip are +fully compatible with lzip-1.4 or newer. Clzip is in fact a C language +version of lzip, intended for embedded devices or systems lacking a C++ +compiler. + Clzip replaces every file given in the command line with a compressed version of itself, with the name "original_name.lz". Each compressed file has the same modification date, permissions, and, when possible, @@ -432,12 +437,12 @@ Concept Index Tag Table: Node: Top226 -Node: Introduction835 -Node: Algorithm4160 -Node: Invoking Clzip6391 -Node: File Format10747 -Node: Examples12703 -Node: Problems13880 -Node: Concept Index14406 +Node: Introduction830 +Node: Algorithm4377 +Node: Invoking Clzip6608 +Node: File Format10964 +Node: Examples12920 +Node: Problems14097 +Node: Concept Index14623 End Tag Table diff --git a/doc/clzip.texinfo b/doc/clzip.texinfo index 2a2e586..acdd3bc 100644 --- a/doc/clzip.texinfo +++ b/doc/clzip.texinfo @@ -5,8 +5,8 @@ @finalout @c %**end of header -@set UPDATED 13 March 2010 -@set VERSION 1.0-rc3 +@set UPDATED 5 April 2010 +@set VERSION 1.0 @dircategory Data Compression @direntry @@ -58,6 +58,11 @@ gzip or bzip2. Clzip decompresses almost as fast as gzip and compresses better than bzip2, which makes it well suited for software distribution and data archiving. +Clzip uses the lzip file format; the files produced by clzip are fully +compatible with lzip-1.4 or newer. Clzip is in fact a C language version +of lzip, intended for embedded devices or systems lacking a C++ +compiler. + Clzip replaces every file given in the command line with a compressed version of itself, with the name "original_name.lz". Each compressed file has the same modification date, permissions, and, when possible, |