aboutsummaryrefslogtreecommitdiff
path: root/manual.xml
diff options
context:
space:
mode:
Diffstat (limited to 'manual.xml')
-rw-r--r--manual.xml40
1 files changed, 20 insertions, 20 deletions
diff --git a/manual.xml b/manual.xml
index f224136..a7fbcb3 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.5</title> 12 <title>bzip2 and libbzip2, version 1.0.6</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.4</para></listitem> 142 compressor, v1.0.6</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>
@@ -1033,7 +1033,7 @@ kind.</para>
1033 1033
1034 1034
1035<sect2 id="bzcompress-init" xreflabel="BZ2_bzCompressInit"> 1035<sect2 id="bzcompress-init" xreflabel="BZ2_bzCompressInit">
1036<title><computeroutput>BZ2_bzCompressInit</computeroutput></title> 1036<title>BZ2_bzCompressInit</title>
1037 1037
1038<programlisting> 1038<programlisting>
1039typedef struct { 1039typedef struct {
@@ -1183,7 +1183,7 @@ BZ2_bzCompress
1183 1183
1184 1184
1185<sect2 id="bzCompress" xreflabel="BZ2_bzCompress"> 1185<sect2 id="bzCompress" xreflabel="BZ2_bzCompress">
1186<title><computeroutput>BZ2_bzCompress</computeroutput></title> 1186<title>BZ2_bzCompress</title>
1187 1187
1188<programlisting> 1188<programlisting>
1189int BZ2_bzCompress ( bz_stream *strm, int action ); 1189int BZ2_bzCompress ( bz_stream *strm, int action );
@@ -1408,7 +1408,7 @@ BZ_PARAM_ERROR
1408 1408
1409 1409
1410<sect2 id="bzCompress-end" xreflabel="BZ2_bzCompressEnd"> 1410<sect2 id="bzCompress-end" xreflabel="BZ2_bzCompressEnd">
1411<title><computeroutput>BZ2_bzCompressEnd</computeroutput></title> 1411<title>BZ2_bzCompressEnd</title>
1412 1412
1413<programlisting> 1413<programlisting>
1414int BZ2_bzCompressEnd ( bz_stream *strm ); 1414int BZ2_bzCompressEnd ( bz_stream *strm );
@@ -1428,7 +1428,7 @@ BZ_OK otherwise
1428 1428
1429 1429
1430<sect2 id="bzDecompress-init" xreflabel="BZ2_bzDecompressInit"> 1430<sect2 id="bzDecompress-init" xreflabel="BZ2_bzDecompressInit">
1431<title><computeroutput>BZ2_bzDecompressInit</computeroutput></title> 1431<title>BZ2_bzDecompressInit</title>
1432 1432
1433<programlisting> 1433<programlisting>
1434int BZ2_bzDecompressInit ( bz_stream *strm, int verbosity, int small ); 1434int BZ2_bzDecompressInit ( bz_stream *strm, int verbosity, int small );
@@ -1492,7 +1492,7 @@ BZ2_bzDecompress
1492 1492
1493 1493
1494<sect2 id="bzDecompress" xreflabel="BZ2_bzDecompress"> 1494<sect2 id="bzDecompress" xreflabel="BZ2_bzDecompress">
1495<title><computeroutput>BZ2_bzDecompress</computeroutput></title> 1495<title>BZ2_bzDecompress</title>
1496 1496
1497<programlisting> 1497<programlisting>
1498int BZ2_bzDecompress ( bz_stream *strm ); 1498int BZ2_bzDecompress ( bz_stream *strm );
@@ -1587,7 +1587,7 @@ BZ2_bzDecompressEnd
1587 1587
1588 1588
1589<sect2 id="bzDecompress-end" xreflabel="BZ2_bzDecompressEnd"> 1589<sect2 id="bzDecompress-end" xreflabel="BZ2_bzDecompressEnd">
1590<title><computeroutput>BZ2_bzDecompressEnd</computeroutput></title> 1590<title>BZ2_bzDecompressEnd</title>
1591 1591
1592<programlisting> 1592<programlisting>
1593int BZ2_bzDecompressEnd ( bz_stream *strm ); 1593int BZ2_bzDecompressEnd ( bz_stream *strm );
@@ -1682,7 +1682,7 @@ general points.</para>
1682 1682
1683 1683
1684<sect2 id="bzreadopen" xreflabel="BZ2_bzReadOpen"> 1684<sect2 id="bzreadopen" xreflabel="BZ2_bzReadOpen">
1685<title><computeroutput>BZ2_bzReadOpen</computeroutput></title> 1685<title>BZ2_bzReadOpen</title>
1686 1686
1687<programlisting> 1687<programlisting>
1688typedef void BZFILE; 1688typedef void BZFILE;
@@ -1765,7 +1765,7 @@ BZ2_bzClose
1765 1765
1766 1766
1767<sect2 id="bzread" xreflabel="BZ2_bzRead"> 1767<sect2 id="bzread" xreflabel="BZ2_bzRead">
1768<title><computeroutput>BZ2_bzRead</computeroutput></title> 1768<title>BZ2_bzRead</title>
1769 1769
1770<programlisting> 1770<programlisting>
1771int BZ2_bzRead ( int *bzerror, BZFILE *b, void *buf, int len ); 1771int BZ2_bzRead ( int *bzerror, BZFILE *b, void *buf, int len );
@@ -1859,7 +1859,7 @@ BZ2_bzReadClose
1859 1859
1860 1860
1861<sect2 id="bzreadgetunused" xreflabel="BZ2_bzReadGetUnused"> 1861<sect2 id="bzreadgetunused" xreflabel="BZ2_bzReadGetUnused">
1862<title><computeroutput>BZ2_bzReadGetUnused</computeroutput></title> 1862<title>BZ2_bzReadGetUnused</title>
1863 1863
1864<programlisting> 1864<programlisting>
1865void BZ2_bzReadGetUnused( int* bzerror, BZFILE *b, 1865void BZ2_bzReadGetUnused( int* bzerror, BZFILE *b,
@@ -1903,7 +1903,7 @@ BZ2_bzReadClose
1903 1903
1904 1904
1905<sect2 id="bzreadclose" xreflabel="BZ2_bzReadClose"> 1905<sect2 id="bzreadclose" xreflabel="BZ2_bzReadClose">
1906<title><computeroutput>BZ2_bzReadClose</computeroutput></title> 1906<title>BZ2_bzReadClose</title>
1907 1907
1908<programlisting> 1908<programlisting>
1909void BZ2_bzReadClose ( int *bzerror, BZFILE *b ); 1909void BZ2_bzReadClose ( int *bzerror, BZFILE *b );
@@ -1937,7 +1937,7 @@ none
1937 1937
1938 1938
1939<sect2 id="bzwriteopen" xreflabel="BZ2_bzWriteOpen"> 1939<sect2 id="bzwriteopen" xreflabel="BZ2_bzWriteOpen">
1940<title><computeroutput>BZ2_bzWriteOpen</computeroutput></title> 1940<title>BZ2_bzWriteOpen</title>
1941 1941
1942<programlisting> 1942<programlisting>
1943BZFILE *BZ2_bzWriteOpen( int *bzerror, FILE *f, 1943BZFILE *BZ2_bzWriteOpen( int *bzerror, FILE *f,
@@ -2003,7 +2003,7 @@ BZ2_bzWriteClose
2003 2003
2004 2004
2005<sect2 id="bzwrite" xreflabel="BZ2_bzWrite"> 2005<sect2 id="bzwrite" xreflabel="BZ2_bzWrite">
2006<title><computeroutput>BZ2_bzWrite</computeroutput></title> 2006<title>BZ2_bzWrite</title>
2007 2007
2008<programlisting> 2008<programlisting>
2009void BZ2_bzWrite ( int *bzerror, BZFILE *b, void *buf, int len ); 2009void BZ2_bzWrite ( int *bzerror, BZFILE *b, void *buf, int len );
@@ -2031,7 +2031,7 @@ BZ_OK
2031 2031
2032 2032
2033<sect2 id="bzwriteclose" xreflabel="BZ2_bzWriteClose"> 2033<sect2 id="bzwriteclose" xreflabel="BZ2_bzWriteClose">
2034<title><computeroutput>BZ2_bzWriteClose</computeroutput></title> 2034<title>BZ2_bzWriteClose</title>
2035 2035
2036<programlisting> 2036<programlisting>
2037void BZ2_bzWriteClose( int *bzerror, BZFILE* f, 2037void BZ2_bzWriteClose( int *bzerror, BZFILE* f,
@@ -2235,7 +2235,7 @@ if ( bzerror != BZ_STREAM_END ) {
2235 2235
2236 2236
2237<sect2 id="bzbufftobuffcompress" xreflabel="BZ2_bzBuffToBuffCompress"> 2237<sect2 id="bzbufftobuffcompress" xreflabel="BZ2_bzBuffToBuffCompress">
2238<title><computeroutput>BZ2_bzBuffToBuffCompress</computeroutput></title> 2238<title>BZ2_bzBuffToBuffCompress</title>
2239 2239
2240<programlisting> 2240<programlisting>
2241int BZ2_bzBuffToBuffCompress( char* dest, 2241int BZ2_bzBuffToBuffCompress( char* dest,
@@ -2302,7 +2302,7 @@ BZ_OK
2302 2302
2303 2303
2304<sect2 id="bzbufftobuffdecompress" xreflabel="BZ2_bzBuffToBuffDecompress"> 2304<sect2 id="bzbufftobuffdecompress" xreflabel="BZ2_bzBuffToBuffDecompress">
2305<title><computeroutput>BZ2_bzBuffToBuffDecompress</computeroutput></title> 2305<title>BZ2_bzBuffToBuffDecompress</title>
2306 2306
2307<programlisting> 2307<programlisting>
2308int BZ2_bzBuffToBuffDecompress( char* dest, 2308int BZ2_bzBuffToBuffDecompress( char* dest,
@@ -2377,7 +2377,7 @@ BZ_OK
2377 2377
2378 2378
2379<sect1 id="zlib-compat" xreflabel="zlib compatibility functions"> 2379<sect1 id="zlib-compat" xreflabel="zlib compatibility functions">
2380<title><computeroutput>zlib</computeroutput> compatibility functions</title> 2380<title>zlib compatibility functions</title>
2381 2381
2382<para>Yoshioka Tsuneo has contributed some functions to give 2382<para>Yoshioka Tsuneo has contributed some functions to give
2383better <computeroutput>zlib</computeroutput> compatibility. 2383better <computeroutput>zlib</computeroutput> compatibility.
@@ -2444,11 +2444,11 @@ value.</para>
2444 2444
2445<sect1 id="stdio-free" 2445<sect1 id="stdio-free"
2446 xreflabel="Using the library in a stdio-free environment"> 2446 xreflabel="Using the library in a stdio-free environment">
2447<title>Using the library in a <computeroutput>stdio</computeroutput>-free environment</title> 2447<title>Using the library in a stdio-free environment</title>
2448 2448
2449 2449
2450<sect2 id="stdio-bye" xreflabel="Getting rid of stdio"> 2450<sect2 id="stdio-bye" xreflabel="Getting rid of stdio">
2451<title>Getting rid of <computeroutput>stdio</computeroutput></title> 2451<title>Getting rid of stdio</title>
2452 2452
2453<para>In a deeply embedded application, you might want to use 2453<para>In a deeply embedded application, you might want to use
2454just the memory-to-memory functions. You can do this 2454just the memory-to-memory functions. You can do this