mirror of https://github.com/aria2/aria2
2010-01-17 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Updated doc about GID. * doc/aria2c.1.txtpull/1/head
parent
f9c6c0ccd8
commit
b08585ebe2
|
@ -1,3 +1,8 @@
|
|||
2010-01-17 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Updated doc about GID.
|
||||
* doc/aria2c.1.txt
|
||||
|
||||
2010-01-17 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Now offset argument in aria2.tellWaiting and aria2.tellStopped
|
||||
|
|
|
@ -2182,7 +2182,7 @@ host=localhost, protocol=ftp, dl_speed=0, last_updated=1222491632, status=ERROR
|
|||
.PP
|
||||
GID
|
||||
.RS 4
|
||||
GID(or gid) is the key to manage each download\&. Each download has an unique GID\&. Currently GID looks like an integer, but don\(cqt treat it as integer because it may be changed to another type in the future release\&.
|
||||
GID(or gid) is the key to manage each download\&. Each download has an unique GID\&. Currently GID looks like an integer, but don\(cqt treat it as integer because it may be changed to another type in the future release\&. Please note that GID is session local and not persisted when aria2 exits\&.
|
||||
.RE
|
||||
.SS "Methods"
|
||||
.sp
|
||||
|
|
|
@ -2696,7 +2696,8 @@ GID
|
|||
GID(or gid) is the key to manage each download. Each download has an
|
||||
unique GID. Currently GID looks like an integer, but don’t treat it
|
||||
as integer because it may be changed to another type in the future
|
||||
release.
|
||||
release. Please note that GID is session local and not persisted
|
||||
when aria2 exits.
|
||||
</p>
|
||||
</dd>
|
||||
</dl></div>
|
||||
|
@ -3596,7 +3597,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-01-17 18:47:03 JST
|
||||
Last updated 2010-01-17 18:53:28 JST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -1127,7 +1127,8 @@ GID::
|
|||
GID(or gid) is the key to manage each download. Each download has an
|
||||
unique GID. Currently GID looks like an integer, but don't treat it
|
||||
as integer because it may be changed to another type in the future
|
||||
release.
|
||||
release. Please note that GID is session local and not persisted
|
||||
when aria2 exits.
|
||||
|
||||
Methods
|
||||
~~~~~~~
|
||||
|
|
Loading…
Reference in New Issue