diff options
author | June McEnroe <june@causal.agency> | 2018-11-10 01:56:51 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-11-10 01:56:51 -0500 |
commit | b0c8c47df1c306a793750e53a4b6582b1af39922 (patch) | |
tree | a6657cc76594289c3ad7872760580ef28acfa6db | |
parent | Document z_stream fields in deflate.3 (diff) | |
download | zlib-man-pages-b0c8c47df1c306a793750e53a4b6582b1af39922.tar.gz zlib-man-pages-b0c8c47df1c306a793750e53a4b6582b1af39922.zip |
Refer to deflate(3) for z_streamp type
-rw-r--r-- | inflate.3 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/inflate.3 b/inflate.3 index 4bd06de..1996f14 100644 --- a/inflate.3 +++ b/inflate.3 @@ -21,6 +21,13 @@ .Fn inflateEnd "z_streamp strm" . .Sh DESCRIPTION +See +.Xr deflate 3 +for a description of the +.Vt z_streamp +type. +. +.Pp .Fn inflateInit initializes the internal stream state for decompression. The fields |