~ubuntu-branches/ubuntu/vivid/libzip/vivid

« back to all changes in this revision

Viewing changes to man/ziptorrent.man

  • Committer: Package Import Robot
  • Author(s): Fathi Boudra
  • Date: 2014-02-09 13:24:18 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20140209132418-t7u2auujqnfb5rvm
Tags: 0.11.2-1
* New upstream release (Closes: #734388).
* Remove patches:
  - fix_open_nonarchive_test.patch - fixed upstream
  - fix_zipconf_path.patch - fixed upstream
  - fix_broken_decrypt.patch - fixed upstream
  - fix_autotools_tests.diff - stolen upstream
* Update debian/control:
  - add unzip to Build-Depends.
  - bump compat to 9
* Update *.install: multiarch paths.
* Update libzip2 symbols file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\" ziptorrent.mdoc \-- torrentzip zip archives
2
 
.\" Copyright (C) 2008 Dieter Baron and Thomas Klausner
3
 
.\"
4
 
.\" This file is part of libzip, a library to manipulate ZIP archives.
5
 
.\" The authors can be contacted at <libzip@nih.at>
6
 
.\"
7
 
.\" Redistribution and use in source and binary forms, with or without
8
 
.\" modification, are permitted provided that the following conditions
9
 
.\" are met:
10
 
.\" 1. Redistributions of source code must retain the above copyright
11
 
.\"    notice, this list of conditions and the following disclaimer.
12
 
.\" 2. Redistributions in binary form must reproduce the above copyright
13
 
.\"    notice, this list of conditions and the following disclaimer in
14
 
.\"    the documentation and/or other materials provided with the
15
 
.\"    distribution.
16
 
.\" 3. The names of the authors may not be used to endorse or promote
17
 
.\"    products derived from this software without specific prior
18
 
.\"    written permission.
19
 
.\"
20
 
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS
21
 
.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
22
 
.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23
 
.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
24
 
.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25
 
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
26
 
.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27
 
.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
28
 
.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
29
 
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
30
 
.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31
 
.\"
32
 
.TH ZIPTORRENT 1 "July 24, 2008" NiH
 
1
.TH "ZIPTORRENT" "1" "July 24, 2008" "NiH" "General Commands Manual"
 
2
.nh
 
3
.if n .ad l
33
4
.SH "NAME"
34
 
ziptorrent \- torrentzip zip archives
 
5
\fBziptorrent\fR
 
6
\- torrentzip zip archives
35
7
.SH "SYNOPSIS"
36
 
.B ziptorrent
37
 
[\fB-hnVv\fR]
38
 
\fBarchive Op \fB...\fR\fR
 
8
.HP 11n
 
9
\fBziptorrent\fR
 
10
[\fB\-hnVv\fR]
 
11
\fIarchive\fR\ [\fI...\fR]
39
12
.SH "DESCRIPTION"
40
 
.B ziptorrent
 
13
\fBziptorrent\fR
41
14
torrentzips
42
 
\fBarchive.\fR
 
15
\fIarchive\fR.
43
16
This is a restricted file format used for using bittorrent on zip
44
17
files.
45
18
Please see
47
20
for details on what information gets lost through this process.
48
21
.PP
49
22
Supported options:
50
 
.RS
51
 
.TP 5
52
 
\fB-h\fR
 
23
.TP 5n
 
24
\fB\-h\fR
53
25
Display a short help message and exit.
54
 
.TP 5
55
 
\fB-n\fR
 
26
.TP 5n
 
27
\fB\-n\fR
56
28
Don't actually change archives, just print what would be done.
57
 
.TP 5
58
 
\fB-V\fR
 
29
.TP 5n
 
30
\fB\-V\fR
59
31
Display version information and exit.
60
 
.TP 5
61
 
\fB-v\fR
 
32
.TP 5n
 
33
\fB\-v\fR
62
34
Be verbose: print which archives are already torrentzipped and which
63
35
need to be rezipped.
64
 
.RE
65
36
.SH "EXIT STATUS"
66
 
.B ziptorrent
67
 
exits 0 on success and \*[Gt]1 if an error occurred.
 
37
\fBziptorrent\fR
 
38
exits 0 on success and >1 if an error occurred.
68
39
.SH "SEE ALSO"
69
40
zipcmp(1),
70
41
zipmerge(1),
71
42
libzip(3)
72
43
.SH "AUTHORS"
73
 
 
74
 
Dieter Baron <dillo@giga.or.at>
 
44
Dieter Baron <\fIdillo@nih.at\fR>
75
45
and
76
 
Thomas Klausner <tk@giga.or.at>
 
46
Thomas Klausner <\fItk@giga.or.at\fR>