diff options
author | June McEnroe <june@causal.agency> | 2018-11-13 16:30:50 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-11-13 16:33:36 -0500 |
commit | a011202e9b2ca54c1f77a8257ba6aafd72f6c9aa (patch) | |
tree | bf1efd3bf7f71fa0d37f96b552c0fcc1d4369605 /Makefile | |
parent | Add gzseek.3 (diff) | |
download | zlib-man-pages-a011202e9b2ca54c1f77a8257ba6aafd72f6c9aa.tar.gz zlib-man-pages-a011202e9b2ca54c1f77a8257ba6aafd72f6c9aa.zip |
Add gztell(3) to gzseek.3
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 45081d8..ffac1f1 100644 --- a/Makefile +++ b/Makefile @@ -57,6 +57,7 @@ MLINKS += compress.3 compress2.3 MLINKS += crc32.3 crc32_z.3 MLINKS += gzopen.3 gzdopen.3 MLINKS += gzseek.3 gzrewind.3 +MLINKS += gzseek.3 gztell.3 MLINKS += inflateReset.3 inflateReset2.3 MLINKS += uncompress.3 uncompress2.3 |