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>
|
||||
|
||||
Added totalLength, completedLength, uploadLength, bitfield,
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: aria2c
|
||||
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
|
||||
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
|
||||
.\" Date: 05/07/2010
|
||||
.\" Date: 05/22/2010
|
||||
.\" Manual: Aria2 Manual
|
||||
.\" Source: Aria2 1.9.3
|
||||
.\" 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
|
||||
.\" -----------------------------------------------------------------
|
||||
|
@ -2696,7 +2696,7 @@ Uploaded length of this download in bytes\&.
|
|||
.PP
|
||||
bitfield
|
||||
.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
|
||||
.PP
|
||||
downloadSpeed
|
||||
|
|
|
@ -3192,7 +3192,8 @@ bitfield
|
|||
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.
|
||||
bits at the end are set to zero. When download has not started yet,
|
||||
this key will not be included in the response.
|
||||
</p>
|
||||
</dd>
|
||||
<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="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2010-05-07 12:53:34 JST
|
||||
Last updated 2010-05-22 20:58:42 JST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -1444,7 +1444,8 @@ bitfield::
|
|||
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.
|
||||
bits at the end are set to zero. When download has not started yet,
|
||||
this key will not be included in the response.
|
||||
|
||||
downloadSpeed::
|
||||
|
||||
|
|
Loading…
Reference in New Issue