annotate src/zlib-1.2.8/contrib/minizip/minizip.1 @ 83:ae30d91d2ffe

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