mirror of https://github.com/aria2/aria2
2008-04-15 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Fixed type in man page. * doc/aria2c.1.txtpull/1/head
parent
ebed4b6df7
commit
99733a84e2
|
@ -1,3 +1,8 @@
|
||||||
|
2008-04-15 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||||
|
|
||||||
|
Fixed type in man page.
|
||||||
|
* doc/aria2c.1.txt
|
||||||
|
|
||||||
2008-04-13 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
2008-04-13 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||||
|
|
||||||
Merged Ross's 0.13.1+1 Cygwin compile fix patch.
|
Merged Ross's 0.13.1+1 Cygwin compile fix patch.
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
.\" Title: aria2c
|
.\" Title: aria2c
|
||||||
.\" Author:
|
.\" Author:
|
||||||
.\" Generator: DocBook XSL Stylesheets v1.73.1 <http://docbook.sf.net/>
|
.\" Generator: DocBook XSL Stylesheets v1.73.1 <http://docbook.sf.net/>
|
||||||
.\" Date: 02/21/2008
|
.\" Date: 04/15/2008
|
||||||
.\" Manual:
|
.\" Manual:
|
||||||
.\" Source:
|
.\" Source:
|
||||||
.\"
|
.\"
|
||||||
.TH "ARIA2C" "1" "02/21/2008" "" ""
|
.TH "ARIA2C" "1" "04/15/2008" "" ""
|
||||||
.\" disable hyphenation
|
.\" disable hyphenation
|
||||||
.nh
|
.nh
|
||||||
.\" disable justification (adjust text to left margin only)
|
.\" disable justification (adjust text to left margin only)
|
||||||
|
@ -601,12 +601,12 @@ aria2c \-s2 http://host/file\.zip
|
||||||
.nr an-no-space-flag 1
|
.nr an-no-space-flag 1
|
||||||
.nr an-break-flag 1
|
.nr an-break-flag 1
|
||||||
.br
|
.br
|
||||||
Download a file from 2 difference HTTP servers
|
Download a file from 2 different HTTP servers
|
||||||
.RS
|
.RS
|
||||||
.sp
|
.sp
|
||||||
.RS 4
|
.RS 4
|
||||||
.nf
|
.nf
|
||||||
aria2c http://host1/file\.zip ftp://host2/file\.zip
|
aria2c http://host/file\.zip http://mirror/file\.zip
|
||||||
.fi
|
.fi
|
||||||
.RE
|
.RE
|
||||||
.RE
|
.RE
|
||||||
|
|
|
@ -1127,10 +1127,10 @@ Note
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<pre><tt>aria2c -s2 http://host/file.zip</tt></pre>
|
<pre><tt>aria2c -s2 http://host/file.zip</tt></pre>
|
||||||
</div></div>
|
</div></div>
|
||||||
<h4>Download a file from 2 difference HTTP servers</h4>
|
<h4>Download a file from 2 different HTTP servers</h4>
|
||||||
<div class="listingblock">
|
<div class="listingblock">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<pre><tt>aria2c http://host1/file.zip ftp://host2/file.zip</tt></pre>
|
<pre><tt>aria2c http://host/file.zip http://mirror/file.zip</tt></pre>
|
||||||
</div></div>
|
</div></div>
|
||||||
<h4>Download a file from HTTP and FTP servers</h4>
|
<h4>Download a file from HTTP and FTP servers</h4>
|
||||||
<div class="listingblock">
|
<div class="listingblock">
|
||||||
|
@ -1460,7 +1460,7 @@ files in the program, then also delete it here.</p>
|
||||||
</div>
|
</div>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<div id="footer-text">
|
<div id="footer-text">
|
||||||
Last updated 26-Feb-2008 21:34:13 JST
|
Last updated 15-Apr-2008 21:31:14 JST
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -419,11 +419,11 @@ Download a file using 2 connections
|
||||||
aria2c -s2 http://host/file.zip
|
aria2c -s2 http://host/file.zip
|
||||||
--------------------------------
|
--------------------------------
|
||||||
|
|
||||||
Download a file from 2 difference HTTP servers
|
Download a file from 2 different HTTP servers
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
-------------------------------------------------
|
--------------------------------------------------
|
||||||
aria2c http://host1/file.zip ftp://host2/file.zip
|
aria2c http://host/file.zip http://mirror/file.zip
|
||||||
-------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
||||||
Download a file from HTTP and FTP servers
|
Download a file from HTTP and FTP servers
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
Loading…
Reference in New Issue