| commit | 1675375a7c0c37265e36e36e9bb6a109373d8276 | [log] [tgz] |
|---|---|---|
| author | Fred Drake <fdrake@acm.org> | Mon Sep 18 16:21:11 2000 +0000 |
| committer | Fred Drake <fdrake@acm.org> | Mon Sep 18 16:21:11 2000 +0000 |
| tree | b72a42a1b5f25bbc53ba8931c38be04729dedfb2 | |
| parent | e44e507b0e60de842f57ca79b45696dd263f257f [diff] |
Add missing \declaremodule for zipfile.
diff --git a/Doc/lib/libzipfile.tex b/Doc/lib/libzipfile.tex index f29c47f..e8d409b 100644 --- a/Doc/lib/libzipfile.tex +++ b/Doc/lib/libzipfile.tex
@@ -1,6 +1,7 @@ \section{\module{zipfile} --- Work with ZIP archives} +\declaremodule{standard}{zipfile} \modulesynopsis{Read and write ZIP-format archive files.} \moduleauthor{James C. Ahlstrom}{jim@interet.com} \sectionauthor{James C. Ahlstrom}{jim@interet.com}