git subrepo pull (merge) --force deps/libchdr
[pcsx_rearmed.git] / deps / libchdr / deps / zlib-1.3.1 / contrib / minizip / minizip.1
CommitLineData
9e052883 1.\" Hey, EMACS: -*- nroff -*-
2.TH minizip 1 "May 2, 2001"
3.\" Please adjust this date whenever revising the manpage.
4.\"
5.\" Some roff macros, for reference:
6.\" .nh disable hyphenation
7.\" .hy enable hyphenation
8.\" .ad l left justify
9.\" .ad b justify to both left and right margins
10.\" .nf disable filling
11.\" .fi enable filling
12.\" .br insert line break
13.\" .sp <n> insert n+1 empty lines
14.\" for manpage-specific macros, see man(7)
15.SH NAME
16minizip - create ZIP archives
17.SH SYNOPSIS
18.B minizip
19.RI [ -o ]
20zipfile [ " files" ... ]
21.SH DESCRIPTION
22.B minizip
23is a simple tool which allows the creation of compressed file archives
24in the ZIP format used by the MS-DOS utility PKZIP. It was written as
25a demonstration of the
26.IR zlib (3)
27library and therefore lack many of the features of the
28.IR zip (1)
29program.
30.SH OPTIONS
31The first argument supplied is the name of the ZIP archive to create or
32.RI -o
33in which case it is ignored and the second argument treated as the
34name of the ZIP file. If the ZIP file already exists it will be
35overwritten.
36.PP
37Subsequent arguments specify a list of files to place in the ZIP
38archive. If none are specified then an empty archive will be created.
39.SH SEE ALSO
40.BR miniunzip (1),
41.BR zlib (3),
42.BR zip (1).
43.SH AUTHOR
44This program was written by Gilles Vollant. This manual page was
45written by Mark Brown <broonie@sirena.org.uk>.
46