Selaa lähdekoodia

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

	Updated doc about GID.
	* doc/aria2c.1.txt
Tatsuhiro Tsujikawa 16 vuotta sitten
vanhempi
commit
b08585ebe2
4 muutettua tiedostoa jossa 11 lisäystä ja 4 poistoa
  1. 5 0
      ChangeLog
  2. 1 1
      doc/aria2c.1
  3. 3 2
      doc/aria2c.1.html
  4. 2 1
      doc/aria2c.1.txt

+ 5 - 0
ChangeLog

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

+ 1 - 1
doc/aria2c.1

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

+ 3 - 2
doc/aria2c.1.html

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

+ 2 - 1
doc/aria2c.1.txt

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