File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49,12 +49,12 @@ <h2>Unpacking</h2>
4949
5050< p > Unix users should download the .tar.bz2 archives; these are bzipped tar
5151archives and can be handled in the usual way using tar and the bzip2
52- program. The < a href ="http ://www.info-zip.org " > InfoZIP </ a > unzip program can be
52+ program. The < a href ="https ://infozip.sourceforge.net " > Info-ZIP </ a > unzip program can be
5353used to handle the ZIP archives if desired. The .tar.bz2 archives provide the
5454best compression and fastest download times.</ p >
5555
5656< p > Windows users can use the ZIP archives since those are customary on that
57- platform. These are created on Unix using the InfoZIP zip program.</ p >
57+ platform. These are created on Unix using the Info-ZIP zip program.</ p >
5858
5959
6060< h2 > Problems</ h2 >
Original file line number Diff line number Diff line change 11# Test data for ` test_zipfile `
22
33The test executables in this directory are created manually from header.sh and
4- the ` testdata_module_inside_zip.py ` file. You must have infozip 's zip utility
4+ the ` testdata_module_inside_zip.py ` file. You must have Info-ZIP 's zip utility
55installed (` apt install zip ` on Debian).
66
77## Purpose
@@ -25,7 +25,7 @@ rm zip2.zip
2525
2626### Modern format (4.5) zip64 file
2727
28- Redirecting from stdin forces infozip 's zip tool to create a zip64.
28+ Redirecting from stdin forces Info-ZIP 's zip tool to create a zip64.
2929
3030```
3131zip -0 <testdata_module_inside_zip.py >zip64.zip
You can’t perform that action at this time.
0 commit comments