about summary refs log tree commit diff homepage
path: root/deflateSetHeader.3
diff options
context:
space:
mode:
Diffstat (limited to 'deflateSetHeader.3')
-rw-r--r--deflateSetHeader.316
1 files changed, 15 insertions, 1 deletions
diff --git a/deflateSetHeader.3 b/deflateSetHeader.3
index 738e5b0..6fec645 100644
--- a/deflateSetHeader.3
+++ b/deflateSetHeader.3
@@ -76,7 +76,7 @@ are terminated with a zero byte,
 and that if
 .Fa extra
 is not
-.Dv Z_NULL,
+.Dv Z_NULL ,
 that
 .Fa extra_len
 bytes are available there.
@@ -164,3 +164,17 @@ if success,
 or
 .Dv Z_STREAM_ERROR
 if the source stream state was inconsistent.
+.
+.Sh SEE ALSO
+.Xr gzip 1 ,
+.Xr deflateInit2 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