aboutsummaryrefslogtreecommitdiff
path: root/manual.xml
diff options
context:
space:
mode:
Diffstat (limited to 'manual.xml')
-rw-r--r--manual.xml28
1 files changed, 13 insertions, 15 deletions
diff --git a/manual.xml b/manual.xml
index 1ab5bd7..b22a6c8 100644
--- a/manual.xml
+++ b/manual.xml
@@ -9,7 +9,7 @@
9<book lang="en" id="userman" xreflabel="bzip2 Manual"> 9<book lang="en" id="userman" xreflabel="bzip2 Manual">
10 10
11 <bookinfo> 11 <bookinfo>
12 <title>bzip2 and libbzip2, version 1.0.3</title> 12 <title>bzip2 and libbzip2, version 1.0.4</title>
13 <subtitle>A program and library for data compression</subtitle> 13 <subtitle>A program and library for data compression</subtitle>
14 <copyright> 14 <copyright>
15 <year>&bz-lifespan;</year> 15 <year>&bz-lifespan;</year>
@@ -139,7 +139,7 @@ else.</para>
139 139
140 <listitem><para><computeroutput>bzip2</computeroutput>, 140 <listitem><para><computeroutput>bzip2</computeroutput>,
141 <computeroutput>bunzip2</computeroutput> - a block-sorting file 141 <computeroutput>bunzip2</computeroutput> - a block-sorting file
142 compressor, v1.0.3</para></listitem> 142 compressor, v1.0.4</para></listitem>
143 143
144 <listitem><para><computeroutput>bzcat</computeroutput> - 144 <listitem><para><computeroutput>bzcat</computeroutput> -
145 decompresses files to stdout</para></listitem> 145 decompresses files to stdout</para></listitem>
@@ -625,13 +625,13 @@ errors and exit cleanly, but the details of what the problem is
625sometimes seem rather misleading.</para> 625sometimes seem rather misleading.</para>
626 626
627<para>This manual page pertains to version &bz-version; of 627<para>This manual page pertains to version &bz-version; of
628<computeroutput>bzip2</computeroutput>. Compressed data created 628<computeroutput>bzip2</computeroutput>. Compressed data created by
629by this version is entirely forwards and backwards compatible 629this version is entirely forwards and backwards compatible with the
630with the previous public releases, versions 0.1pl2, 0.9.0 and 630previous public releases, versions 0.1pl2, 0.9.0 and 0.9.5, 1.0.0,
6310.9.5, 1.0.0, 1.0.1 and 1.0.2, but with the following exception: 0.9.0 6311.0.1, 1.0.2 and 1.0.3, but with the following exception: 0.9.0 and
632and above can correctly decompress multiple concatenated 632above can correctly decompress multiple concatenated compressed files.
633compressed files. 0.1pl2 cannot do this; it will stop after 6330.1pl2 cannot do this; it will stop after decompressing just the first
634decompressing just the first file in the stream.</para> 634file in the stream.</para>
635 635
636<para><computeroutput>bzip2recover</computeroutput> versions 636<para><computeroutput>bzip2recover</computeroutput> versions
637prior to 1.0.2 used 32-bit integers to represent bit positions in 637prior to 1.0.2 used 32-bit integers to represent bit positions in
@@ -819,8 +819,7 @@ understanding the more general but more complex low-level
819interface.</para> 819interface.</para>
820 820
821<para>Yoshioka Tsuneo 821<para>Yoshioka Tsuneo
822(<computeroutput>QWF00133@niftyserve.or.jp</computeroutput> / 822(<computeroutput>tsuneo@rr.iij4u.or.jp</computeroutput>) has
823<computeroutput>tsuneo-y@is.aist-nara.ac.jp</computeroutput>) has
824contributed some functions to give better 823contributed some functions to give better
825<computeroutput>zlib</computeroutput> compatibility. These 824<computeroutput>zlib</computeroutput> compatibility. These
826functions are <computeroutput>BZ2_bzopen</computeroutput>, 825functions are <computeroutput>BZ2_bzopen</computeroutput>,
@@ -1352,7 +1351,7 @@ FINISHING/BZ_FINISH
1352 output has been removed 1351 output has been removed
1353 Next state = IDLE; Return value = BZ_STREAM_END 1352 Next state = IDLE; Return value = BZ_STREAM_END
1354 else 1353 else
1355 Next state = FINISHING; Return value = BZ_FINISHING 1354 Next state = FINISHING; Return value = BZ_FINISH_OK
1356 1355
1357FINISHING/other 1356FINISHING/other
1358 Illegal. 1357 Illegal.
@@ -2222,7 +2221,7 @@ if ( bzerror != BZ_STREAM_END ) {
2222 BZ2_bzReadClose ( &bzerror, b ); 2221 BZ2_bzReadClose ( &bzerror, b );
2223 /* handle error */ 2222 /* handle error */
2224} else { 2223} else {
2225 BZ2_bzReadClose ( &bzerror ); 2224 BZ2_bzReadClose ( &bzerror, b );
2226} 2225}
2227</programlisting> 2226</programlisting>
2228 2227
@@ -2537,8 +2536,7 @@ recovered from.</para>
2537 2536
2538<para>Everything related to Windows has been contributed by 2537<para>Everything related to Windows has been contributed by
2539Yoshioka Tsuneo 2538Yoshioka Tsuneo
2540(<computeroutput>QWF00133@niftyserve.or.jp</computeroutput> / 2539(<computeroutput>tsuneo@rr.iij4u.or.jp</computeroutput>), so
2541<computeroutput>tsuneo-y@is.aist-nara.ac.jp</computeroutput>), so
2542you should send your queries to him (but perhaps Cc: me, 2540you should send your queries to him (but perhaps Cc: me,
2543<computeroutput>&bz-email;</computeroutput>).</para> 2541<computeroutput>&bz-email;</computeroutput>).</para>
2544 2542