mirror of https://github.com/aria2/aria2
2008-11-20 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Fixed typo in "OPTIONS THAT TAKE AN OPTIONAL ARGUMENT" section. * doc/aria2c.1.txtpull/1/head
parent
2041d8951c
commit
5faa91e24c
|
@ -1,3 +1,8 @@
|
||||||
|
2008-11-20 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
|
Fixed typo in "OPTIONS THAT TAKE AN OPTIONAL ARGUMENT" section.
|
||||||
|
* doc/aria2c.1.txt
|
||||||
|
|
||||||
2008-11-19 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
2008-11-19 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
* Release 1.0.0
|
* Release 1.0.0
|
||||||
|
|
|
@ -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/18/2008
|
.\" Date: 11/20/2008
|
||||||
.\" Manual:
|
.\" Manual:
|
||||||
.\" Source:
|
.\" Source:
|
||||||
.\"
|
.\"
|
||||||
.TH "ARIA2C" "1" "11/18/2008" "" ""
|
.TH "ARIA2C" "1" "11/20/2008" "" ""
|
||||||
.\" disable hyphenation
|
.\" disable hyphenation
|
||||||
.nh
|
.nh
|
||||||
.\" disable justification (adjust text to left margin only)
|
.\" disable justification (adjust text to left margin only)
|
||||||
|
@ -782,8 +782,8 @@ is given, this feature is disabled\&. Default:
|
||||||
.RS 4
|
.RS 4
|
||||||
Print the version number, copyright and the configuration information and exit\&.
|
Print the version number, copyright and the configuration information and exit\&.
|
||||||
.RE
|
.RE
|
||||||
.SS "OPTIONS THAT TAKES OPTIONAL ARGUMENTS"
|
.SS "OPTIONS THAT TAKE AN OPTIONAL ARGUMENT"
|
||||||
The options that has its arguments surrounded by square brackets([]) are optional\&. Usually ommiting the argument is evaluated to \fItrue\fR\&. If you use short form of these option(such as \fI\-V\fR) of these options and give arugment, then the option name and its argument should be concatenated like \fI\-Vfalse\fR)\&. If any spaces are inserted between the option name and argument, the argument treated as URI and usually this is not what you expect\&.
|
The options that have its argument surrounded by square brackets([]) take an optional argument\&. Usually ommiting the argument is evaluated to \fItrue\fR\&. If you use short form of these options(such as \fI\-V\fR) and give an arugment, then the option name and its argument should be concatenated(e\&.g\&. \fI\-Vfalse\fR)\&. If any spaces are inserted between the option name and the argument, the argument will be treated as URI and usually this is not what you expect\&.
|
||||||
.sp
|
.sp
|
||||||
.SS "URL, TORRENT_FILE, METALINK_FILE"
|
.SS "URL, TORRENT_FILE, METALINK_FILE"
|
||||||
You can specify multiple URLs in command\-line\&. Unless you specify \fB\-Z\fR option, all URLs must point to the same file or downloading will fail\&.
|
You can specify multiple URLs in command\-line\&. Unless you specify \fB\-Z\fR option, all URLs must point to the same file or downloading will fail\&.
|
||||||
|
|
|
@ -1433,13 +1433,13 @@ are also allocated if they share a same piece.</td>
|
||||||
</p>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl></div>
|
</dl></div>
|
||||||
<h3 id="_options_that_takes_optional_arguments">OPTIONS THAT TAKES OPTIONAL ARGUMENTS</h3><div style="clear:left"></div>
|
<h3 id="_options_that_take_an_optional_argument">OPTIONS THAT TAKE AN OPTIONAL ARGUMENT</h3><div style="clear:left"></div>
|
||||||
<div class="para"><p>The options that has its arguments surrounded by square brackets([])
|
<div class="para"><p>The options that have its argument surrounded by square brackets([])
|
||||||
are optional. Usually ommiting the argument is evaluated to <em>true</em>.
|
take an optional argument. Usually ommiting the argument is evaluated to <em>true</em>.
|
||||||
If you use short form of these option(such as <em>-V</em>) of these options and give
|
If you use short form of these options(such as <em>-V</em>) and give
|
||||||
arugment, then the option name and its argument should be concatenated like
|
an arugment, then the option name and its argument should be concatenated(e.g.
|
||||||
<em>-Vfalse</em>). If any spaces are inserted between the option name and argument, the
|
<em>-Vfalse</em>). If any spaces are inserted between the option name and the argument,
|
||||||
argument treated as URI and usually this is not what you expect.</p></div>
|
the argument will be treated as URI and usually this is not what you expect.</p></div>
|
||||||
<h3 id="_url_torrent_file_metalink_file">URL, TORRENT_FILE, METALINK_FILE</h3><div style="clear:left"></div>
|
<h3 id="_url_torrent_file_metalink_file">URL, TORRENT_FILE, METALINK_FILE</h3><div style="clear:left"></div>
|
||||||
<div class="para"><p>You can specify multiple URLs in command-line.
|
<div class="para"><p>You can specify multiple URLs in command-line.
|
||||||
Unless you specify <strong>-Z</strong> option, all URLs must point to the same file or downloading will fail.</p></div>
|
Unless you specify <strong>-Z</strong> option, all URLs must point to the same file or downloading will fail.</p></div>
|
||||||
|
@ -2030,7 +2030,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-18 20:35:15 JST
|
Last updated 2008-11-20 21:02:18 JST
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -556,14 +556,14 @@ are also allocated if they share a same piece.
|
||||||
Print the version number, copyright and the configuration information and
|
Print the version number, copyright and the configuration information and
|
||||||
exit.
|
exit.
|
||||||
|
|
||||||
OPTIONS THAT TAKES OPTIONAL ARGUMENTS
|
OPTIONS THAT TAKE AN OPTIONAL ARGUMENT
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
The options that has its arguments surrounded by square brackets([])
|
The options that have its argument surrounded by square brackets([])
|
||||||
are optional. Usually ommiting the argument is evaluated to 'true'.
|
take an optional argument. Usually ommiting the argument is evaluated to 'true'.
|
||||||
If you use short form of these option(such as '-V') of these options and give
|
If you use short form of these options(such as '-V') and give
|
||||||
arugment, then the option name and its argument should be concatenated like
|
an arugment, then the option name and its argument should be concatenated(e.g.
|
||||||
'-Vfalse'). If any spaces are inserted between the option name and argument, the
|
'-Vfalse'). If any spaces are inserted between the option name and the argument,
|
||||||
argument treated as URI and usually this is not what you expect.
|
the argument will be treated as URI and usually this is not what you expect.
|
||||||
|
|
||||||
URL, TORRENT_FILE, METALINK_FILE
|
URL, TORRENT_FILE, METALINK_FILE
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
Loading…
Reference in New Issue