Explorar el Código

2009-05-13 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

	Removed garbage "\" character before http.
	* doc/aria2c.1.txt
Tatsuhiro Tsujikawa hace 16 años
padre
commit
5586d88266
Se han modificado 4 ficheros con 33 adiciones y 28 borrados
  1. 5 0
      ChangeLog
  2. 9 9
      doc/aria2c.1
  3. 10 10
      doc/aria2c.1.html
  4. 9 9
      doc/aria2c.1.txt

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2009-05-13  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
+
+	Removed garbage "\" character before http.
+	* doc/aria2c.1.txt
+
 2009-05-13  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
 
 	Documented additional options that can be specified in -i list.

+ 9 - 9
doc/aria2c.1

@@ -98,7 +98,7 @@ Use this proxy server for all protocols\&. You can override this setting and spe
 \fB\-\-https\-proxy\fR
 and
 \fB\-\-ftp\-proxy\fR
-options\&. This affects all URLs\&. The format of PROXY is [\ehttp://][USER:PASSWORD@]HOST[:PORT]
+options\&. This affects all URLs\&. The format of PROXY is [http://][USER:PASSWORD@]HOST[:PORT]
 .RE
 .PP
 \fB\-\-connect\-timeout\fR=SEC
@@ -316,14 +316,14 @@ Set HTTP password\&. This affects all URLs\&.
 .RS 4
 Use this proxy server for HTTP\&. See also
 \fB\-\-all\-proxy\fR
-option\&. This affects all URLs\&. The format of PROXY is [\ehttp://][USER:PASSWORD@]HOST[:PORT]
+option\&. This affects all URLs\&. The format of PROXY is [http://][USER:PASSWORD@]HOST[:PORT]
 .RE
 .PP
 \fB\-\-https\-proxy\fR=PROXY
 .RS 4
 Use this proxy server for HTTPS\&. See also
 \fB\-\-all\-proxy\fR
-option\&. This affects all URLs\&. The format of PROXY is [\ehttp://][USER:PASSWORD@]HOST[:PORT]
+option\&. This affects all URLs\&. The format of PROXY is [http://][USER:PASSWORD@]HOST[:PORT]
 .RE
 .PP
 \fB\-\-private\-key\fR=FILE
@@ -414,7 +414,7 @@ is given, the active mode will be used\&. Default:
 .RS 4
 Use this proxy server for FTP\&. See also
 \fB\-\-all\-proxy\fR
-option\&. This affects all URLs\&. The format of PROXY is [\ehttp://][USER:PASSWORD@]HOST[:PORT]
+option\&. This affects all URLs\&. The format of PROXY is [http://][USER:PASSWORD@]HOST[:PORT]
 .RE
 .PP
 \fB\-\-ftp\-type\fR=TYPE
@@ -975,7 +975,7 @@ or
 .RS 4
 Enable parameterized URI support\&. You can specify set of parts:
 \fIhttp://{sv1,sv2,sv3}/foo\&.iso\fR\&. Also you can specify numeric sequences with step counter:
-\fI\ehttp://host/image[000\-100:2]\&.img\fR\&. A step counter can be omitted\&. If all URIs do not point to the same file, such as the second example above, \-Z option is required\&. Default:
+\fIhttp://host/image[000\-100:2]\&.img\fR\&. A step counter can be omitted\&. If all URIs do not point to the same file, such as the second example above, \-Z option is required\&. Default:
 \fIfalse\fR
 .RE
 .PP
@@ -1101,28 +1101,28 @@ An error occurred in a finished download will not be reported as exit status\&.
 .sp
 aria2 recognizes the following environment variables\&.
 .PP
-http_proxy [\ehttp://][USER:PASSWORD@]HOST[:PORT]
+http_proxy [http://][USER:PASSWORD@]HOST[:PORT]
 .RS 4
 Specify proxy server for use in HTTP\&. Overrides http\-proxy value in configuration file\&. The command\-line option
 \fB\-\-http\-proxy\fR
 overrides this value\&.
 .RE
 .PP
-https_proxy [\ehttp://][USER:PASSWORD@]HOST[:PORT]
+https_proxy [http://][USER:PASSWORD@]HOST[:PORT]
 .RS 4
 Specify proxy server for use in HTTPS\&. Overrides https\-proxy value in configuration file\&. The command\-line option
 \fB\-\-https\-proxy\fR
 overrides this value\&.
 .RE
 .PP
-ftp_proxy [\ehttp://][USER:PASSWORD@]HOST[:PORT]
+ftp_proxy [http://][USER:PASSWORD@]HOST[:PORT]
 .RS 4
 Specify proxy server for use in FTP\&. Overrides ftp\-proxy value in configuration file\&. The command\-line option
 \fB\-\-ftp\-proxy\fR
 overrides this value\&.
 .RE
 .PP
-all_proxy [\ehttp://][USER:PASSWORD@]HOST[:PORT]
+all_proxy [http://][USER:PASSWORD@]HOST[:PORT]
 .RS 4
 Specify proxy server for use if no protocol\-specific proxy is specified\&. Overrides all\-proxy value in configuration file\&. The command\-line option
 \fB\-\-all\-proxy\fR

+ 10 - 10
doc/aria2c.1.html

@@ -521,7 +521,7 @@ downloading a file like BitTorrent.</p></div>
   You can override this setting and specify a proxy server for a particular
   protocol using <strong>--http-proxy</strong>, <strong>--https-proxy</strong> and <strong>--ftp-proxy</strong> options.
   This affects all URLs.
-  The format of PROXY is [\http://][USER:PASSWORD@]HOST[:PORT]
+  The format of PROXY is [http://][USER:PASSWORD@]HOST[:PORT]
 </p>
 </dd>
 <dt class="hdlist1">
@@ -796,7 +796,7 @@ aria2c -o myfile.zip "http://mirror1/file.zip" "http://mirror2/file.zip"</td>
 <p>
   Use this proxy server for HTTP. See also <strong>--all-proxy</strong> option.
   This affects all URLs.
-  The format of PROXY is [\http://][USER:PASSWORD@]HOST[:PORT]
+  The format of PROXY is [http://][USER:PASSWORD@]HOST[:PORT]
 </p>
 </dd>
 <dt class="hdlist1">
@@ -806,7 +806,7 @@ aria2c -o myfile.zip "http://mirror1/file.zip" "http://mirror2/file.zip"</td>
 <p>
   Use this proxy server for HTTPS. See also <strong>--all-proxy</strong> option.
   This affects all URLs.
-  The format of PROXY is [\http://][USER:PASSWORD@]HOST[:PORT]
+  The format of PROXY is [http://][USER:PASSWORD@]HOST[:PORT]
 </p>
 </dd>
 <dt class="hdlist1">
@@ -930,7 +930,7 @@ aria2c -o myfile.zip "http://mirror1/file.zip" "http://mirror2/file.zip"</td>
 <p>
   Use this proxy server for FTP. See also <strong>--all-proxy</strong> option.
   This affects all URLs.
-  The format of PROXY is [\http://][USER:PASSWORD@]HOST[:PORT]
+  The format of PROXY is [http://][USER:PASSWORD@]HOST[:PORT]
 </p>
 </dd>
 <dt class="hdlist1">
@@ -1614,7 +1614,7 @@ are also allocated if they share the same piece.</td>
   Enable parameterized URI support.
   You can specify set of parts: <em>http://{sv1,sv2,sv3}/foo.iso</em>.
   Also you can specify numeric sequences with step counter:
-  <em>\http://host/image[000-100:2].img</em>.
+  <em>http://host/image[000-100:2].img</em>.
   A step counter can be omitted.
   If all URIs do not point to the same file, such as the second example above,
   -Z option is required.
@@ -1784,7 +1784,7 @@ as exit status.</td>
 <div class="paragraph"><p>aria2 recognizes the following environment variables.</p></div>
 <div class="dlist"><dl>
 <dt class="hdlist1">
-http_proxy [\http://][USER:PASSWORD@]HOST[:PORT]
+http_proxy [http://][USER:PASSWORD@]HOST[:PORT]
 </dt>
 <dd>
 <p>
@@ -1794,7 +1794,7 @@ http_proxy [\http://][USER:PASSWORD@]HOST[:PORT]
 </p>
 </dd>
 <dt class="hdlist1">
-https_proxy [\http://][USER:PASSWORD@]HOST[:PORT]
+https_proxy [http://][USER:PASSWORD@]HOST[:PORT]
 </dt>
 <dd>
 <p>
@@ -1804,7 +1804,7 @@ https_proxy [\http://][USER:PASSWORD@]HOST[:PORT]
 </p>
 </dd>
 <dt class="hdlist1">
-ftp_proxy [\http://][USER:PASSWORD@]HOST[:PORT]
+ftp_proxy [http://][USER:PASSWORD@]HOST[:PORT]
 </dt>
 <dd>
 <p>
@@ -1814,7 +1814,7 @@ ftp_proxy [\http://][USER:PASSWORD@]HOST[:PORT]
 </p>
 </dd>
 <dt class="hdlist1">
-all_proxy [\http://][USER:PASSWORD@]HOST[:PORT]
+all_proxy [http://][USER:PASSWORD@]HOST[:PORT]
 </dt>
 <dd>
 <p>
@@ -2723,7 +2723,7 @@ files in the program, then also delete it here.</p></div>
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2009-05-13 01:27:43 JST
+Last updated 2009-05-13 01:38:23 JST
 </div>
 </div>
 </body>

+ 9 - 9
doc/aria2c.1.txt

@@ -77,7 +77,7 @@ HTTP/FTP Options
   You can override this setting and specify a proxy server for a particular
   protocol using *--http-proxy*, *--https-proxy* and *--ftp-proxy* options.
   This affects all URLs.
-  The format of PROXY is [\\http://][USER:PASSWORD@]HOST[:PORT]
+  The format of PROXY is [\http://][USER:PASSWORD@]HOST[:PORT]
 
 *--connect-timeout*=SEC::
   Set the connect timeout in seconds to establish connection to
@@ -224,12 +224,12 @@ HTTP Specific Options
 *--http-proxy*=PROXY::
   Use this proxy server for HTTP. See also *--all-proxy* option.
   This affects all URLs.
-  The format of PROXY is [\\http://][USER:PASSWORD@]HOST[:PORT]
+  The format of PROXY is [\http://][USER:PASSWORD@]HOST[:PORT]
 
 *--https-proxy*=PROXY::
   Use this proxy server for HTTPS. See also *--all-proxy* option.
   This affects all URLs.
-  The format of PROXY is [\\http://][USER:PASSWORD@]HOST[:PORT]
+  The format of PROXY is [\http://][USER:PASSWORD@]HOST[:PORT]
 
 *--private-key*=FILE::
   Use the private key in FILE.
@@ -286,7 +286,7 @@ FTP Specific Options
 *--ftp-proxy*=PROXY::
   Use this proxy server for FTP. See also *--all-proxy* option.
   This affects all URLs.
-  The format of PROXY is [\\http://][USER:PASSWORD@]HOST[:PORT]
+  The format of PROXY is [\http://][USER:PASSWORD@]HOST[:PORT]
 
 *--ftp-type*=TYPE::
   Set FTP transfer type. TYPE is either 'binary' or 'ascii'.
@@ -644,7 +644,7 @@ are also allocated if they share the same piece.
   Enable parameterized URI support.
   You can specify set of parts: 'http://{sv1,sv2,sv3}/foo.iso'.
   Also you can specify numeric sequences with step counter:
-  '\\http://host/image[000-100:2].img'.
+  '\http://host/image[000-100:2].img'.
   A step counter can be omitted.
   If all URIs do not point to the same file, such as the second example above,
   -Z option is required.
@@ -750,22 +750,22 @@ ENVIRONMENT
 -----------
 aria2 recognizes the following environment variables.
 
-http_proxy [\\http://][USER:PASSWORD@]HOST[:PORT]::
+http_proxy [\http://][USER:PASSWORD@]HOST[:PORT]::
   Specify proxy server for use in HTTP.
   Overrides http-proxy value in configuration file.
   The command-line option *--http-proxy* overrides this value.
 
-https_proxy [\\http://][USER:PASSWORD@]HOST[:PORT]::
+https_proxy [\http://][USER:PASSWORD@]HOST[:PORT]::
   Specify proxy server for use in HTTPS.
   Overrides https-proxy value in configuration file.
   The command-line option *--https-proxy* overrides this value.
 
-ftp_proxy [\\http://][USER:PASSWORD@]HOST[:PORT]::
+ftp_proxy [\http://][USER:PASSWORD@]HOST[:PORT]::
   Specify proxy server for use in FTP.
   Overrides ftp-proxy value in configuration file.
   The command-line option *--ftp-proxy* overrides this value.
 
-all_proxy [\\http://][USER:PASSWORD@]HOST[:PORT]::
+all_proxy [\http://][USER:PASSWORD@]HOST[:PORT]::
   Specify proxy server for use if no protocol-specific proxy is specified.
   Overrides all-proxy value in configuration file.
   The command-line option *--all-proxy* overrides this value.