mirror of https://github.com/aria2/aria2
2010-05-22 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Updated doc * src/aria2c.1.txtpull/1/head
parent
1a29132b91
commit
39300fe936
|
@ -1,3 +1,8 @@
|
||||||
|
2010-05-22 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
|
Updated doc
|
||||||
|
* src/aria2c.1.txt
|
||||||
|
|
||||||
2010-05-22 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
2010-05-22 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
Added totalLength, completedLength, uploadLength, bitfield,
|
Added totalLength, completedLength, uploadLength, bitfield,
|
||||||
|
|
|
@ -2,12 +2,12 @@
|
||||||
.\" Title: aria2c
|
.\" Title: aria2c
|
||||||
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
|
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
|
||||||
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
|
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
|
||||||
.\" Date: 05/07/2010
|
.\" Date: 05/22/2010
|
||||||
.\" Manual: Aria2 Manual
|
.\" Manual: Aria2 Manual
|
||||||
.\" Source: Aria2 1.9.3
|
.\" Source: Aria2 1.9.3
|
||||||
.\" Language: English
|
.\" Language: English
|
||||||
.\"
|
.\"
|
||||||
.TH "ARIA2C" "1" "05/07/2010" "Aria2 1\&.9\&.3" "Aria2 Manual"
|
.TH "ARIA2C" "1" "05/22/2010" "Aria2 1\&.9\&.3" "Aria2 Manual"
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
.\" * Define some portability stuff
|
.\" * Define some portability stuff
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
|
@ -2696,7 +2696,7 @@ Uploaded length of this download in bytes\&.
|
||||||
.PP
|
.PP
|
||||||
bitfield
|
bitfield
|
||||||
.RS 4
|
.RS 4
|
||||||
Hexadecimal representation of the download progress\&. The highest bit corresponds to piece index 0\&. The set bits indicate the piece is available and unset bits indicate the piece is missing\&. The spare bits at the end are set to zero\&.
|
Hexadecimal representation of the download progress\&. The highest bit corresponds to piece index 0\&. The set bits indicate the piece is available and unset bits indicate the piece is missing\&. The spare bits at the end are set to zero\&. When download has not started yet, this key will not be included in the response\&.
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
downloadSpeed
|
downloadSpeed
|
||||||
|
|
|
@ -3192,7 +3192,8 @@ bitfield
|
||||||
Hexadecimal representation of the download progress. The highest bit
|
Hexadecimal representation of the download progress. The highest bit
|
||||||
corresponds to piece index 0. The set bits indicate the piece is
|
corresponds to piece index 0. The set bits indicate the piece is
|
||||||
available and unset bits indicate the piece is missing. The spare
|
available and unset bits indicate the piece is missing. The spare
|
||||||
bits at the end are set to zero.
|
bits at the end are set to zero. When download has not started yet,
|
||||||
|
this key will not be included in the response.
|
||||||
</p>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
<dt class="hdlist1">
|
<dt class="hdlist1">
|
||||||
|
@ -4197,7 +4198,7 @@ files in the program, then also delete it here.</p></div>
|
||||||
<div id="footnotes"><hr /></div>
|
<div id="footnotes"><hr /></div>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<div id="footer-text">
|
<div id="footer-text">
|
||||||
Last updated 2010-05-07 12:53:34 JST
|
Last updated 2010-05-22 20:58:42 JST
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -1444,7 +1444,8 @@ bitfield::
|
||||||
Hexadecimal representation of the download progress. The highest bit
|
Hexadecimal representation of the download progress. The highest bit
|
||||||
corresponds to piece index 0. The set bits indicate the piece is
|
corresponds to piece index 0. The set bits indicate the piece is
|
||||||
available and unset bits indicate the piece is missing. The spare
|
available and unset bits indicate the piece is missing. The spare
|
||||||
bits at the end are set to zero.
|
bits at the end are set to zero. When download has not started yet,
|
||||||
|
this key will not be included in the response.
|
||||||
|
|
||||||
downloadSpeed::
|
downloadSpeed::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue