2010-01-17 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

Updated doc about GID.
	* doc/aria2c.1.txt
pull/1/head
Tatsuhiro Tsujikawa 2010-01-17 09:54:54 +00:00
parent f9c6c0ccd8
commit b08585ebe2
4 changed files with 11 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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&#8217;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>

View File

@ -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
~~~~~~~