Deleted Added
full compact
bzip2.1 (167975) bzip2.1 (215041)
1.PU
2.TH bzip2 1
3.SH NAME
1.PU
2.TH bzip2 1
3.SH NAME
4bzip2, bunzip2 \- a block-sorting file compressor, v1.0.4
4bzip2, bunzip2 \- a block-sorting file compressor, v1.0.6
5.br
6bzcat \- decompresses files to stdout
7.br
8bzip2recover \- recovers data from damaged bzip2 files
9
10.SH SYNOPSIS
11.ll +8
12.B bzip2

--- 387 unchanged lines hidden (view full) ---

400will perform best on machines with very large caches.
401
402.SH CAVEATS
403I/O error messages are not as helpful as they could be.
404.I bzip2
405tries hard to detect I/O errors and exit cleanly, but the details of
406what the problem is sometimes seem rather misleading.
407
5.br
6bzcat \- decompresses files to stdout
7.br
8bzip2recover \- recovers data from damaged bzip2 files
9
10.SH SYNOPSIS
11.ll +8
12.B bzip2

--- 387 unchanged lines hidden (view full) ---

400will perform best on machines with very large caches.
401
402.SH CAVEATS
403I/O error messages are not as helpful as they could be.
404.I bzip2
405tries hard to detect I/O errors and exit cleanly, but the details of
406what the problem is sometimes seem rather misleading.
407
408This manual page pertains to version 1.0.4 of
408This manual page pertains to version 1.0.6 of
409.I bzip2.
410Compressed data created by this version is entirely forwards and
411backwards compatible with the previous public releases, versions
409.I bzip2.
410Compressed data created by this version is entirely forwards and
411backwards compatible with the previous public releases, versions
4120.1pl2, 0.9.0, 0.9.5, 1.0.0, 1.0.1, 1.0.2 and 1.0.3, but with the following
4120.1pl2, 0.9.0, 0.9.5, 1.0.0, 1.0.1, 1.0.2 and above, but with the following
413exception: 0.9.0 and above can correctly decompress multiple
414concatenated compressed files. 0.1pl2 cannot do this; it will stop
415after decompressing just the first file in the stream.
416
417.I bzip2recover
418versions prior to 1.0.2 used 32-bit integers to represent
419bit positions in compressed files, so they could not handle compressed
420files more than 512 megabytes long. Versions 1.0.2 and above use

--- 34 unchanged lines hidden ---
413exception: 0.9.0 and above can correctly decompress multiple
414concatenated compressed files. 0.1pl2 cannot do this; it will stop
415after decompressing just the first file in the stream.
416
417.I bzip2recover
418versions prior to 1.0.2 used 32-bit integers to represent
419bit positions in compressed files, so they could not handle compressed
420files more than 512 megabytes long. Versions 1.0.2 and above use

--- 34 unchanged lines hidden ---