File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ LIBFILES = lib.tex \
115115 libformatter.tex liboperator.tex libsoundex.tex libresource.tex \
116116 libstat.tex libstrio.tex libundoc.tex libmailcap.tex libglob.tex \
117117 libuser.tex libanydbm.tex librandom.tex libsite.tex libwhichdb.tex \
118- libbase64.tex libfnmatch.tex libquopri.tex
118+ libbase64.tex libfnmatch.tex libquopri.tex libzlib.tex
119119
120120# Library document
121121lib.dvi : $(LIBFILES )
Original file line number Diff line number Diff line change 121121\input {libthread }
122122\input {libanydbm }
123123\input {libwhichdb }
124+ \input {libzlib }
124125
125126\input {libunix } % UNIX Specific Services
126127\input {libposix }
Original file line number Diff line number Diff line change 121121\input {libthread }
122122\input {libanydbm }
123123\input {libwhichdb }
124+ \input {libzlib }
124125
125126\input {libunix } % UNIX Specific Services
126127\input {libposix }
Original file line number Diff line number Diff line change @@ -22,7 +22,14 @@ \chapter{Optional Operating System Services}
2222
2323\item [anydbm]
2424--- Generic interface to DBM-style database modules.
25+
2526\item [whichdbm]
2627--- Guess which DBM-style module created a given database.
2728
29+ \item [zlib]
30+ \item [gzip]
31+ --- Compression and decompression compatible with the
32+ \code {gzip} program (zlib is the low-level interface, gzip the
33+ high-level one).
34+
2835\end {description }
Original file line number Diff line number Diff line change @@ -22,7 +22,14 @@ \chapter{Optional Operating System Services}
2222
2323\item [anydbm]
2424--- Generic interface to DBM-style database modules.
25+
2526\item [whichdbm]
2627--- Guess which DBM-style module created a given database.
2728
29+ \item [zlib]
30+ \item [gzip]
31+ --- Compression and decompression compatible with the
32+ \code {gzip} program (zlib is the low-level interface, gzip the
33+ high-level one).
34+
2835\end {description }
You can’t perform that action at this time.
0 commit comments