Selaa lähdekoodia

2009-07-15 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

	Documented 'errorCode' of tellStatus in man page.
	* doc/aria2c.1.txt
Tatsuhiro Tsujikawa 16 vuotta sitten
vanhempi
commit
a3193d80f5
4 muutettua tiedostoa jossa 27 lisäystä ja 1 poistoa
  1. 5 0
      ChangeLog
  2. 5 0
      doc/aria2c.1
  3. 11 1
      doc/aria2c.1.html
  4. 6 0
      doc/aria2c.1.txt

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2009-07-15  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
+
+	Documented 'errorCode' of tellStatus in man page.
+	* doc/aria2c.1.txt
+
 2009-07-15  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
 
 	Added 'errorCode' to the reponse of tellStatus xml-rpc method.

+ 5 - 0
doc/aria2c.1

@@ -2149,6 +2149,11 @@ connections
 .RS 4
 The number of peers/servers the client has connected to\&.
 .RE
+.PP
+errorCode
+.RS 4
+The last error code occurred in this download\&. The value is of type string\&. The error codes are defined in EXIT STATUS section\&. This value is only available for stopped/completed downloads\&.
+.RE
 .sp
 \fBaria2\&.getUris\fR \fIgid\fR
 .sp

+ 11 - 1
doc/aria2c.1.html

@@ -2579,6 +2579,16 @@ connections
   The number of peers/servers the client has connected to.
 </p>
 </dd>
+<dt class="hdlist1">
+errorCode
+</dt>
+<dd>
+<p>
+  The last error code occurred in this download. The value is of type
+  string. The error codes are defined in EXIT STATUS section. This
+  value is only available for stopped/completed downloads.
+</p>
+</dd>
 </dl></div>
 <div class="paragraph"><p><strong>aria2.getUris</strong> <em>gid</em></p></div>
 <div class="paragraph"><p>This method returns URIs used in the download denoted by <em>gid</em>.  <em>gid</em>
@@ -3216,7 +3226,7 @@ files in the program, then also delete it here.</p></div>
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2009-07-15 20:58:54 JST
+Last updated 2009-07-15 21:38:56 JST
 </div>
 </div>
 </body>

+ 6 - 0
doc/aria2c.1.txt

@@ -1158,6 +1158,12 @@ connections::
 
   The number of peers/servers the client has connected to.
 
+errorCode::
+
+  The last error code occurred in this download. The value is of type
+  string. The error codes are defined in EXIT STATUS section. This
+  value is only available for stopped/completed downloads.
+
 *aria2.getUris* 'gid'
 
 This method returns URIs used in the download denoted by 'gid'.  'gid'