Deleted Added
full compact
zlib.3 (50533) zlib.3 (57686)
1.\" $FreeBSD: head/lib/libz/zlib.3 50533 1999-08-28 23:10:20Z mpp $
1.\" $FreeBSD: head/lib/libz/zlib.3 57686 2000-03-02 09:14:21Z sheldonh $
2.\"
3.TH ZLIB 3 "9 July 1998"
4.SH NAME
5zlib \- compression/decompression library
6.SH SYNOPSIS
7[see
8.I zlib.h
9for full description]

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

24the application must provide more input and/or consume the output
25(providing more output space) before each call.
26.LP
27The library also supports reading and writing files in
28.I gzip
29(.gz) format
30with an interface similar to that of stdio.
31.LP
2.\"
3.TH ZLIB 3 "9 July 1998"
4.SH NAME
5zlib \- compression/decompression library
6.SH SYNOPSIS
7[see
8.I zlib.h
9for full description]

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

24the application must provide more input and/or consume the output
25(providing more output space) before each call.
26.LP
27The library also supports reading and writing files in
28.I gzip
29(.gz) format
30with an interface similar to that of stdio.
31.LP
32The library does not install any signal handler. The decoder checks
32The library does not install any signal handler.
33The decoder checks
33the consistency of the compressed data, so the library should never
34crash even in case of corrupted input.
35.LP
36All functions of the compression library are documented in the file
37.IR zlib.h.
38The distribution source includes examples of use of the library
39the files
40.I example.c

--- 69 unchanged lines hidden ---
34the consistency of the compressed data, so the library should never
35crash even in case of corrupted input.
36.LP
37All functions of the compression library are documented in the file
38.IR zlib.h.
39The distribution source includes examples of use of the library
40the files
41.I example.c

--- 69 unchanged lines hidden ---