Browse Source

2008-11-14 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

	Fixed wrong note position for -o option.
	* doc/aria2c.1.txt
Tatsuhiro Tsujikawa 17 years ago
parent
commit
0acfd37bdb
4 changed files with 32 additions and 27 deletions
  1. 5 0
      ChangeLog
  2. 9 9
      doc/aria2c.1
  3. 12 12
      doc/aria2c.1.html
  4. 6 6
      doc/aria2c.1.txt

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2008-11-14  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
+
+	Fixed wrong note position for -o option.
+	* doc/aria2c.1.txt
+	
 2008-11-14  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
 2008-11-14  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
 
 
 	Fixed compile error without SSL/XML library.
 	Fixed compile error without SSL/XML library.

+ 9 - 9
doc/aria2c.1

@@ -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: 11/11/2008
+.\"      Date: 11/14/2008
 .\"    Manual: 
 .\"    Manual: 
 .\"    Source: 
 .\"    Source: 
 .\"
 .\"
-.TH "ARIA2C" "1" "11/11/2008" "" ""
+.TH "ARIA2C" "1" "11/14/2008" "" ""
 .\" disable hyphenation
 .\" disable hyphenation
 .nh
 .nh
 .\" disable justification (adjust text to left margin only)
 .\" disable justification (adjust text to left margin only)
@@ -130,6 +130,13 @@ Specify comma separated hostnames or domains to which proxy should not be used\&
 .RS 4
 .RS 4
 The file name of the downloaded file\&.
 The file name of the downloaded file\&.
 .RE
 .RE
+.sp
+.it 1 an-trap
+.nr an-no-space-flag 1
+.nr an-break-flag 1
+.br
+Note
+In Metalink, BitTorrent download you cannot specify file name\&. The file name specified here is only used when the URLs fed to aria2 is done by command line without \fB\-i\fR, \fB\-Z\fR option\&. For example: aria2c \-o myfile\&.zip http://mirror1/file\&.zip http://mirror2/file\&.zip
 .PP
 .PP
 \fB\-\-proxy\-method\fR=METHOD
 \fB\-\-proxy\-method\fR=METHOD
 .RS 4
 .RS 4
@@ -141,13 +148,6 @@ or
 \fItunnel\fR\&. Default:
 \fItunnel\fR\&. Default:
 \fItunnel\fR
 \fItunnel\fR
 .RE
 .RE
-.sp
-.it 1 an-trap
-.nr an-no-space-flag 1
-.nr an-break-flag 1
-.br
-Note
-In Metalink, BitTorrent download you cannot specify file name\&. The file name specified here is only used when the URLs fed to aria2 is done by command line without \fB\-i\fR, \fB\-Z\fR option, like this: aria2c \-o myfile\&.zip http://mirror1/file\&.zip http://mirror2/file\&.zip
 .PP
 .PP
 \fB\-R\fR, \fB\-\-remote\-time\fR[=\fItrue\fR|\fIfalse\fR]
 \fB\-R\fR, \fB\-\-remote\-time\fR[=\fItrue\fR|\fIfalse\fR]
 .RS 4
 .RS 4

+ 12 - 12
doc/aria2c.1.html

@@ -535,16 +535,6 @@ ARIA2C(1) Manual Page
   The file name of the downloaded file.
   The file name of the downloaded file.
 </p>
 </p>
 </dd>
 </dd>
-<dt>
-<strong>--proxy-method</strong>=METHOD
-</dt>
-<dd>
-<p>
-  Set the method to use in proxy request.
-  <em>METHOD</em> is either <em>get</em> or <em>tunnel</em>.
-  Default: <em>tunnel</em>
-</p>
-</dd>
 </dl></div>
 </dl></div>
 <div class="admonitionblock">
 <div class="admonitionblock">
 <table><tr>
 <table><tr>
@@ -553,12 +543,22 @@ ARIA2C(1) Manual Page
 </td>
 </td>
 <td class="content">In Metalink, BitTorrent download you cannot specify file name.
 <td class="content">In Metalink, BitTorrent download you cannot specify file name.
 The file name specified here is only used when the URLs fed to aria2
 The file name specified here is only used when the URLs fed to aria2
-is done by command line without <strong>-i</strong>, <strong>-Z</strong> option, like this:
+is done by command line without <strong>-i</strong>, <strong>-Z</strong> option. For example:
 aria2c -o myfile.zip <a href="http://mirror1/file.zip">http://mirror1/file.zip</a> <a href="http://mirror2/file.zip">http://mirror2/file.zip</a></td>
 aria2c -o myfile.zip <a href="http://mirror1/file.zip">http://mirror1/file.zip</a> <a href="http://mirror2/file.zip">http://mirror2/file.zip</a></td>
 </tr></table>
 </tr></table>
 </div>
 </div>
 <div class="vlist"><dl>
 <div class="vlist"><dl>
 <dt>
 <dt>
+<strong>--proxy-method</strong>=METHOD
+</dt>
+<dd>
+<p>
+  Set the method to use in proxy request.
+  <em>METHOD</em> is either <em>get</em> or <em>tunnel</em>.
+  Default: <em>tunnel</em>
+</p>
+</dd>
+<dt>
 <strong>-R</strong>, <strong>--remote-time</strong>[=<em>true</em>|<em>false</em>]
 <strong>-R</strong>, <strong>--remote-time</strong>[=<em>true</em>|<em>false</em>]
 </dt>
 </dt>
 <dd>
 <dd>
@@ -1994,7 +1994,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-11-11 20:52:35 JST
+Last updated 2008-11-14 00:10:16 JST
 </div>
 </div>
 </div>
 </div>
 </body>
 </body>

+ 6 - 6
doc/aria2c.1.txt

@@ -100,17 +100,17 @@ HTTP/FTP Options
 *-o*, *--out*=FILE::
 *-o*, *--out*=FILE::
   The file name of the downloaded file.
   The file name of the downloaded file.
 
 
-*--proxy-method*=METHOD::
-  Set the method to use in proxy request.
-  'METHOD' is either 'get' or 'tunnel'.
-  Default: 'tunnel'
-
 [NOTE]
 [NOTE]
 In Metalink, BitTorrent download you cannot specify file name.
 In Metalink, BitTorrent download you cannot specify file name.
 The file name specified here is only used when the URLs fed to aria2
 The file name specified here is only used when the URLs fed to aria2
-is done by command line without *-i*, *-Z* option, like this:
+is done by command line without *-i*, *-Z* option. For example:
 aria2c -o myfile.zip http://mirror1/file.zip http://mirror2/file.zip
 aria2c -o myfile.zip http://mirror1/file.zip http://mirror2/file.zip
 
 
+*--proxy-method*=METHOD::
+  Set the method to use in proxy request.
+  'METHOD' is either 'get' or 'tunnel'.
+  Default: 'tunnel'
+
 *-R*, *--remote-time*[='true'|'false']::
 *-R*, *--remote-time*[='true'|'false']::
   Retrieve timestamp of the remote file from the remote HTTP/FTP
   Retrieve timestamp of the remote file from the remote HTTP/FTP
   server and if it is available, apply it to the local file.
   server and if it is available, apply it to the local file.