diff options
author | Julian Seward <jseward@acm.org> | 2000-06-24 22:13:13 +0200 |
---|---|---|
committer | Julian Seward <jseward@acm.org> | 2000-06-24 22:13:13 +0200 |
commit | 795b859eee96c700e8f3c3fe68e6a9a39d95797c (patch) | |
tree | 48f8a731cd5ec2f5f15c6d99f2207ebf4a1f35f6 /bzip2.1 | |
parent | f93cd82a9a7094ad90fd19bbc6ccf6f4627f8060 (diff) | |
download | bzip2-795b859eee96c700e8f3c3fe68e6a9a39d95797c.tar.gz bzip2-795b859eee96c700e8f3c3fe68e6a9a39d95797c.tar.bz2 bzip2-795b859eee96c700e8f3c3fe68e6a9a39d95797c.zip |
bzip2-1.0.1bzip2-1.0.1
Diffstat (limited to 'bzip2.1')
-rw-r--r-- | bzip2.1 | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,7 +1,7 @@ | |||
1 | .PU | 1 | .PU |
2 | .TH bzip2 1 | 2 | .TH bzip2 1 |
3 | .SH NAME | 3 | .SH NAME |
4 | bzip2, bunzip2 \- a block-sorting file compressor, v0.9.5 | 4 | bzip2, bunzip2 \- a block-sorting file compressor, v1.0 |
5 | .br | 5 | .br |
6 | bzcat \- decompresses files to stdout | 6 | bzcat \- decompresses files to stdout |
7 | .br | 7 | .br |
@@ -397,11 +397,12 @@ I/O error messages are not as helpful as they could be. | |||
397 | tries hard to detect I/O errors and exit cleanly, but the details of | 397 | tries hard to detect I/O errors and exit cleanly, but the details of |
398 | what the problem is sometimes seem rather misleading. | 398 | what the problem is sometimes seem rather misleading. |
399 | 399 | ||
400 | This manual page pertains to version 0.9.5 of | 400 | This manual page pertains to version 1.0 of |
401 | .I bzip2. | 401 | .I bzip2. |
402 | Compressed | 402 | Compressed |
403 | data created by this version is entirely forwards and backwards | 403 | data created by this version is entirely forwards and backwards |
404 | compatible with the previous public releases, versions 0.1pl2 and 0.9.0, | 404 | compatible with the previous public releases, versions 0.1pl2, 0.9.0 |
405 | and 0.9.5, | ||
405 | but with the following exception: 0.9.0 and above can correctly | 406 | but with the following exception: 0.9.0 and above can correctly |
406 | decompress multiple concatenated compressed files. 0.1pl2 cannot do | 407 | decompress multiple concatenated compressed files. 0.1pl2 cannot do |
407 | this; it will stop after decompressing just the first file in the | 408 | this; it will stop after decompressing just the first file in the |
@@ -415,6 +416,7 @@ megabytes long. This could easily be fixed. | |||
415 | .SH AUTHOR | 416 | .SH AUTHOR |
416 | Julian Seward, jseward@acm.org. | 417 | Julian Seward, jseward@acm.org. |
417 | 418 | ||
419 | http://sourceware.cygnus.com/bzip2 | ||
418 | http://www.muraroa.demon.co.uk | 420 | http://www.muraroa.demon.co.uk |
419 | 421 | ||
420 | The ideas embodied in | 422 | The ideas embodied in |