about summary refs log tree commit diff homepage
path: root/deflateInit2.3
diff options
context:
space:
mode:
Diffstat (limited to 'deflateInit2.3')
-rw-r--r--deflateInit2.318
1 files changed, 17 insertions, 1 deletions
diff --git a/deflateInit2.3 b/deflateInit2.3
index 6220ff2..6a581ef 100644
--- a/deflateInit2.3
+++ b/deflateInit2.3
@@ -170,7 +170,7 @@ and less string matching;
 it is somewhat intermediate between
 .Dv Z_DEFAULT_STRATEGY
 and
-.Dv Z_HUFFMAN_ONLY.
+.Dv Z_HUFFMAN_ONLY .
 .Dv Z_RLE
 is designed to be almost as fast as
 .Dv Z_HUFFMAN_ONLY ,
@@ -209,3 +209,19 @@ is incompatible with the version assumed by the caller
 .Pq Dv ZLIB_VERSION .
 .Fa msg
 is set to null if there is no error message.
+.
+.Sh SEE ALSO
+.Xr deflate 3 ,
+.Xr deflateInit 3 ,
+.Xr deflateParams 3 ,
+.Xr deflateSetHeader 3
+.
+.Sh HISTORY
+This manual page was converted from
+.In zlib.h
+to mdoc format by
+.An C. McEnroe Aq Mt june@causal.agency .
+.
+.Sh AUTHORS
+.An Jean-loup Gailly Aq Mt jloup@gzip.org
+.An Mark Adler Aq Mt madler@alumni.caltech.edu