mirror of https://github.com/aria2/aria2
2008-07-08 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Updated DESCRIPTION of man page. * doc/aria2c.1 * doc/aria2c.1.html * doc/aria2c.1.txtpull/1/head
parent
c45e044b22
commit
1059b8b951
|
@ -1,3 +1,10 @@
|
||||||
|
2008-07-08 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||||
|
|
||||||
|
Updated DESCRIPTION of man page.
|
||||||
|
* doc/aria2c.1
|
||||||
|
* doc/aria2c.1.html
|
||||||
|
* doc/aria2c.1.txt
|
||||||
|
|
||||||
2008-07-06 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
2008-07-06 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||||
|
|
||||||
Fixed the compile error on Nexenta OS(GNU/Solaris OS).
|
Fixed the compile error on Nexenta OS(GNU/Solaris OS).
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
.\" Title: aria2c
|
.\" Title: aria2c
|
||||||
.\" Author:
|
.\" Author:
|
||||||
.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
|
.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
|
||||||
.\" Date: 06/17/2008
|
.\" Date: 07/08/2008
|
||||||
.\" Manual:
|
.\" Manual:
|
||||||
.\" Source:
|
.\" Source:
|
||||||
.\"
|
.\"
|
||||||
.TH "ARIA2C" "1" "06/17/2008" "" ""
|
.TH "ARIA2C" "1" "07/08/2008" "" ""
|
||||||
.\" disable hyphenation
|
.\" disable hyphenation
|
||||||
.nh
|
.nh
|
||||||
.\" disable justification (adjust text to left margin only)
|
.\" disable justification (adjust text to left margin only)
|
||||||
|
@ -16,7 +16,7 @@ aria2c \- The ultra fast download utility
|
||||||
aria2c [\fIOPTIONS\fR] [\fIURL\fR | \fITORRENT_FILE\fR | \fIMETALINK_FILE\fR]\&...
|
aria2c [\fIOPTIONS\fR] [\fIURL\fR | \fITORRENT_FILE\fR | \fIMETALINK_FILE\fR]\&...
|
||||||
.sp
|
.sp
|
||||||
.SH "DESCRIPTION"
|
.SH "DESCRIPTION"
|
||||||
aria2 is a utility for downloading files\&. The supported protocols are HTTP(S), FTP, BitTorrent, and Metalink\&. It has a powerful segmented downloading ability, downloading a file from multiple sources and multiple protocols and utilizing your download bandwidth to the maximum\&. It supports downloading a file from HTTP(S)/FTP and BitTorrent at the same time, while the data downloaded from HTTP(S)/FTP is uploaded to the BitTorrent swarm\&. Using Metalink\'s chunk checksums, aria2 automatically validates chunks of data while downloading a file like BitTorrent\&.
|
aria2 is a utility for downloading files\&. The supported protocols are HTTP(S), FTP, BitTorrent, and Metalink\&. It can download a file from multiple sources/protocols and tries to utilize your maximum download bandwidth\&. It supports downloading a file from HTTP(S)/FTP and BitTorrent at the same time, while the data downloaded from HTTP(S)/FTP is uploaded to the BitTorrent swarm\&. Using Metalink\'s chunk checksums, aria2 automatically validates chunks of data while downloading a file like BitTorrent\&.
|
||||||
.sp
|
.sp
|
||||||
.SH "OPTIONS"
|
.SH "OPTIONS"
|
||||||
.SS "Basic Options"
|
.SS "Basic Options"
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||||
<meta name="generator" content="AsciiDoc 8.2.5" />
|
<meta name="generator" content="AsciiDoc 8.2.6" />
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
/* Debug borders */
|
/* Debug borders */
|
||||||
p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 {
|
p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 {
|
||||||
|
@ -26,10 +26,12 @@ a:visited {
|
||||||
|
|
||||||
em {
|
em {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
color: navy;
|
||||||
}
|
}
|
||||||
|
|
||||||
strong {
|
strong {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
color: #083194;
|
||||||
}
|
}
|
||||||
|
|
||||||
tt {
|
tt {
|
||||||
|
@ -71,6 +73,10 @@ p {
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul, ol, li > p {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -123,6 +129,7 @@ div.content { /* Block element content. */
|
||||||
|
|
||||||
/* Block element titles. */
|
/* Block element titles. */
|
||||||
div.title, caption.title {
|
div.title, caption.title {
|
||||||
|
color: #527bbd;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -202,16 +209,19 @@ dl {
|
||||||
dt {
|
dt {
|
||||||
margin-top: 0.5em;
|
margin-top: 0.5em;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
font-style: italic;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
dd > *:first-child {
|
dd > *:first-child {
|
||||||
margin-top: 0;
|
margin-top: 0.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul, ol {
|
ul, ol {
|
||||||
list-style-position: outside;
|
list-style-position: outside;
|
||||||
}
|
}
|
||||||
div.olist2 ol {
|
div.olist > ol {
|
||||||
|
list-style-type: decimal;
|
||||||
|
}
|
||||||
|
div.olist2 > ol {
|
||||||
list-style-type: lower-alpha;
|
list-style-type: lower-alpha;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -231,11 +241,11 @@ div.hlist {
|
||||||
margin-bottom: 0.8em;
|
margin-bottom: 0.8em;
|
||||||
}
|
}
|
||||||
div.hlist td {
|
div.hlist td {
|
||||||
padding-bottom: 5px;
|
padding-bottom: 15px;
|
||||||
}
|
}
|
||||||
td.hlist1 {
|
td.hlist1 {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
font-style: italic;
|
font-style: normal;
|
||||||
padding-right: 0.8em;
|
padding-right: 0.8em;
|
||||||
}
|
}
|
||||||
td.hlist2 {
|
td.hlist2 {
|
||||||
|
@ -279,6 +289,7 @@ div.sidebar-content {
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
}
|
}
|
||||||
div.sidebar-title, div.image-title {
|
div.sidebar-title, div.image-title {
|
||||||
|
color: #527bbd;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-top: 0.0em;
|
margin-top: 0.0em;
|
||||||
|
@ -302,6 +313,14 @@ div.exampleblock-content {
|
||||||
|
|
||||||
/* IE6 sets dynamically generated links as visited. */
|
/* IE6 sets dynamically generated links as visited. */
|
||||||
div#toc a:visited { color: blue; }
|
div#toc a:visited { color: blue; }
|
||||||
|
|
||||||
|
/* Because IE6 child selector is broken. */
|
||||||
|
div.olist2 ol {
|
||||||
|
list-style-type: lower-alpha;
|
||||||
|
}
|
||||||
|
div.olist2 div.olist ol {
|
||||||
|
list-style-type: decimal;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<title>ARIA2C(1)</title>
|
<title>ARIA2C(1)</title>
|
||||||
</head>
|
</head>
|
||||||
|
@ -321,7 +340,7 @@ div#toc a:visited { color: blue; }
|
||||||
</div>
|
</div>
|
||||||
<h2 id="_description">DESCRIPTION</h2>
|
<h2 id="_description">DESCRIPTION</h2>
|
||||||
<div class="sectionbody">
|
<div class="sectionbody">
|
||||||
<div class="para"><p>aria2 is a utility for downloading files. The supported protocols are HTTP(S), FTP, BitTorrent, and Metalink. It has a powerful segmented downloading ability, downloading a file from multiple sources and multiple protocols and utilizing your download bandwidth to the maximum. It supports downloading a file from HTTP(S)/FTP and BitTorrent at the same time, while the data downloaded from HTTP(S)/FTP is uploaded to the BitTorrent swarm. Using Metalink's chunk checksums, aria2 automatically validates chunks of data while downloading a file like BitTorrent.</p></div>
|
<div class="para"><p>aria2 is a utility for downloading files. The supported protocols are HTTP(S), FTP, BitTorrent, and Metalink. It can download a file from multiple sources/protocols and tries to utilize your maximum download bandwidth. It supports downloading a file from HTTP(S)/FTP and BitTorrent at the same time, while the data downloaded from HTTP(S)/FTP is uploaded to the BitTorrent swarm. Using Metalink's chunk checksums, aria2 automatically validates chunks of data while downloading a file like BitTorrent.</p></div>
|
||||||
</div>
|
</div>
|
||||||
<h2 id="_options">OPTIONS</h2>
|
<h2 id="_options">OPTIONS</h2>
|
||||||
<div class="sectionbody">
|
<div class="sectionbody">
|
||||||
|
@ -1593,7 +1612,7 @@ files in the program, then also delete it here.</p></div>
|
||||||
</div>
|
</div>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<div id="footer-text">
|
<div id="footer-text">
|
||||||
Last updated 2008-06-17 23:18:08 JST
|
Last updated 2008-07-08 21:10:34 JST
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -12,7 +12,7 @@ aria2c ['OPTIONS'] ['URL' | 'TORRENT_FILE' | 'METALINK_FILE']...
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
aria2 is a utility for downloading files. The supported protocols are HTTP(S), FTP, BitTorrent, and Metalink. It has a powerful segmented downloading ability, downloading a file from multiple sources and multiple protocols and utilizing your download bandwidth to the maximum. It supports downloading a file from HTTP(S)/FTP and BitTorrent at the same time, while the data downloaded from HTTP(S)/FTP is uploaded to the BitTorrent swarm. Using Metalink's chunk checksums, aria2 automatically validates chunks of data while downloading a file like BitTorrent.
|
aria2 is a utility for downloading files. The supported protocols are HTTP(S), FTP, BitTorrent, and Metalink. It can download a file from multiple sources/protocols and tries to utilize your maximum download bandwidth. It supports downloading a file from HTTP(S)/FTP and BitTorrent at the same time, while the data downloaded from HTTP(S)/FTP is uploaded to the BitTorrent swarm. Using Metalink's chunk checksums, aria2 automatically validates chunks of data while downloading a file like BitTorrent.
|
||||||
|
|
||||||
OPTIONS
|
OPTIONS
|
||||||
-------
|
-------
|
||||||
|
|
Loading…
Reference in New Issue