diff options
Diffstat (limited to 'bzip2.txt')
-rw-r--r-- | bzip2.txt | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -1,7 +1,7 @@ | |||
1 | 1 | ||
2 | 2 | ||
3 | NAME | 3 | NAME |
4 | bzip2, bunzip2 - a block-sorting file compressor, v0.9.5 | 4 | bzip2, bunzip2 - a block-sorting file compressor, v1.0 |
5 | bzcat - decompresses files to stdout | 5 | bzcat - decompresses files to stdout |
6 | bzip2recover - recovers data from damaged bzip2 files | 6 | bzip2recover - recovers data from damaged bzip2 files |
7 | 7 | ||
@@ -337,14 +337,14 @@ CAVEATS | |||
337 | but the details of what the problem is sometimes seem | 337 | but the details of what the problem is sometimes seem |
338 | rather misleading. | 338 | rather misleading. |
339 | 339 | ||
340 | This manual page pertains to version 0.9.5 of bzip2. Com- | 340 | This manual page pertains to version 1.0 of bzip2. Com- |
341 | pressed data created by this version is entirely forwards | 341 | pressed data created by this version is entirely forwards |
342 | and backwards compatible with the previous public | 342 | and backwards compatible with the previous public |
343 | releases, versions 0.1pl2 and 0.9.0, but with the follow- | 343 | releases, versions 0.1pl2, 0.9.0 and 0.9.5, but with the |
344 | ing exception: 0.9.0 and above can correctly decompress | 344 | following exception: 0.9.0 and above can correctly decom- |
345 | multiple concatenated compressed files. 0.1pl2 cannot do | 345 | press multiple concatenated compressed files. 0.1pl2 can- |
346 | this; it will stop after decompressing just the first file | 346 | not do this; it will stop after decompressing just the |
347 | in the stream. | 347 | first file in the stream. |
348 | 348 | ||
349 | bzip2recover uses 32-bit integers to represent bit posi- | 349 | bzip2recover uses 32-bit integers to represent bit posi- |
350 | tions in compressed files, so it cannot handle compressed | 350 | tions in compressed files, so it cannot handle compressed |
@@ -355,6 +355,7 @@ CAVEATS | |||
355 | AUTHOR | 355 | AUTHOR |
356 | Julian Seward, jseward@acm.org. | 356 | Julian Seward, jseward@acm.org. |
357 | 357 | ||
358 | http://sourceware.cygnus.com/bzip2 | ||
358 | http://www.muraroa.demon.co.uk | 359 | http://www.muraroa.demon.co.uk |
359 | 360 | ||
360 | The ideas embodied in bzip2 are due to (at least) the fol- | 361 | The ideas embodied in bzip2 are due to (at least) the fol- |