Explorar o código

2009-07-15 Tatsuhiro Tsujikawa <[email protected]>

	Fixed typo
	* src/usage_text.h
	* doc/aria2c.1.txt
Tatsuhiro Tsujikawa %!s(int64=16) %!d(string=hai) anos
pai
achega
9c62df8038
Modificáronse 5 ficheiros con 11 adicións e 5 borrados
  1. 6 0
      ChangeLog
  2. 1 1
      doc/aria2c.1
  3. 2 2
      doc/aria2c.1.html
  4. 1 1
      doc/aria2c.1.txt
  5. 1 1
      src/usage_text.h

+ 6 - 0
ChangeLog

@@ -1,3 +1,9 @@
+2009-07-15  Tatsuhiro Tsujikawa  <[email protected]>
+
+	Fixed typo
+	* src/usage_text.h
+	* doc/aria2c.1.txt
+
 2009-07-15  Tatsuhiro Tsujikawa  <[email protected]>
 
 	Documented 'errorCode' of tellStatus in man page.

+ 1 - 1
doc/aria2c.1

@@ -538,7 +538,7 @@ Seed previously downloaded files without verifying piece hashes\&. Default:
 .PP
 \fB\-\-bt\-stop\-timeout\fR=SEC
 .RS 4
-Stop BitTorrent download if download speed is 0 in consecutive NUM seconds\&. If
+Stop BitTorrent download if download speed is 0 in consecutive SEC seconds\&. If
 \fI0\fR
 is given, this feature is disabled\&. Default:
 \fI0\fR

+ 2 - 2
doc/aria2c.1.html

@@ -1103,7 +1103,7 @@ writes the piece to the appropriate files.</td>
 </dt>
 <dd>
 <p>
-  Stop BitTorrent download if download speed is 0 in consecutive NUM
+  Stop BitTorrent download if download speed is 0 in consecutive SEC
   seconds. If <em>0</em> is given, this feature is disabled.  Default: <em>0</em>
 </p>
 </dd>
@@ -3226,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 21:38:56 JST
+Last updated 2009-07-15 22:09:11 JST
 </div>
 </div>
 </body>

+ 1 - 1
doc/aria2c.1.txt

@@ -379,7 +379,7 @@ BitTorrent Specific Options
 
 *--bt-stop-timeout*=SEC::
 
-  Stop BitTorrent download if download speed is 0 in consecutive NUM
+  Stop BitTorrent download if download speed is 0 in consecutive SEC
   seconds. If '0' is given, this feature is disabled.  Default: '0'
 
 *--bt-tracker-interval*=SEC::

+ 1 - 1
src/usage_text.h

@@ -560,5 +560,5 @@ _(" --on-download-stop=COMMAND   Set the command to be executed when download\n"
   "                              requirement of COMMAND.")
 #define TEXT_BT_STOP_TIMEOUT \
 _(" --bt-stop-timeout=SEC        Stop BitTorrent download if download speed is 0 in\n"\
-  "                              consecutive NUM seconds. If 0 is given, this\n"\
+  "                              consecutive SEC seconds. If 0 is given, this\n"\
   "                              feature is disabled.")