diff options
| author | June McEnroe <june@causal.agency> | 2018-11-12 16:43:27 -0500 | 
|---|---|---|
| committer | June McEnroe <june@causal.agency> | 2018-11-12 16:43:27 -0500 | 
| commit | d07de2d2c4b821a8d29f991ac906139eb922827f (patch) | |
| tree | de2c9d33a804e8100424f50629fb21638b64cd25 /Makefile | |
| parent | Add gzopen.3 (diff) | |
| download | zlib-man-pages-d07de2d2c4b821a8d29f991ac906139eb922827f.tar.gz zlib-man-pages-d07de2d2c4b821a8d29f991ac906139eb922827f.zip | |
Add gzdopen to gzopen.3
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Makefile b/Makefile index 8975efd..9a75d20 100644 --- a/Makefile +++ b/Makefile @@ -41,6 +41,7 @@ MAN += zlibVersion.3 MLINKS += adler32.3 adler32_z.3 MLINKS += compress.3 compress2.3 MLINKS += crc32.3 crc32_z.3 +MLINKS += gzopen.3 gzdopen.3 MLINKS += inflateReset.3 inflateReset2.3 MLINKS += uncompress.3 uncompress2.3 |