about summary refs log tree commit diff homepage
path: root/inflateGetHeader.3
diff options
context:
space:
mode:
Diffstat (limited to 'inflateGetHeader.3')
-rw-r--r--inflateGetHeader.317
1 files changed, 16 insertions, 1 deletions
diff --git a/inflateGetHeader.3 b/inflateGetHeader.3
index 048ad05..f77670f 100644
--- a/inflateGetHeader.3
+++ b/inflateGetHeader.3
@@ -39,7 +39,7 @@ If a zlib stream is being decoded,
 then
 .Fa head->done
 is set to -1 to indicate that
- there will be no gzip header information forthcoming.
+there will be no gzip header information forthcoming.
 Note that
 .Dv Z_BLOCK
 or
@@ -153,3 +153,18 @@ if success,
 or
 .Dv Z_STREAM_ERROR
 if the source stream state was inconsistent.
+.
+.Sh SEE ALSO
+.Xr gzip 1 ,
+.Xr deflateSetHeader 3 ,
+.Xr inflateInit2 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