Pārlūkot izejas kodu

2007-12-06 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>

	Fixed typo
	* src/version_usage.cc

	Updated doc
	* doc/aria2c.1.txt
	* doc/aria2c.1
Tatsuhiro Tsujikawa 18 gadi atpakaļ
vecāks
revīzija
84e896eb09
4 mainītis faili ar 18 papildinājumiem un 9 dzēšanām
  1. 9 0
      ChangeLog
  2. 4 4
      doc/aria2c.1
  3. 3 3
      doc/aria2c.1.txt
  4. 2 2
      src/version_usage.cc

+ 9 - 0
ChangeLog

@@ -1,3 +1,12 @@
+2007-12-06  Tatsuhiro Tsujikawa  <tujikawa at rednoah dot com>
+
+	Fixed typo
+	* src/version_usage.cc
+
+	Updated doc
+	* doc/aria2c.1.txt
+	* doc/aria2c.1
+
 2007-12-05  Tatsuhiro Tsujikawa  <tujikawa at rednoah dot com>
 
 	Fixed compile error without message digest support.

+ 4 - 4
doc/aria2c.1

@@ -1,11 +1,11 @@
 .\"     Title: aria2c
 .\"    Author: 
 .\" Generator: DocBook XSL Stylesheets v1.73.1 <http://docbook.sf.net/>
-.\"      Date: 12/04/2007
+.\"      Date: 12/05/2007
 .\"    Manual: 
 .\"    Source: 
 .\"
-.TH "ARIA2C" "1" "12/04/2007" "" ""
+.TH "ARIA2C" "1" "12/05/2007" "" ""
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -218,7 +218,7 @@ or
 .PP
 \-\-enable\-direct\-io[=\fItrue\fR|\fIfalse\fR]
 .RS 4
-Enable directI/O, which lowers cpu usage while allocating files\. Turn off if you encounter any error\. Default:
+Enable directI/O, which lowers cpu usage while allocating/checking files\. Turn off if you encounter any error\. Default:
 \fIfalse\fR
 .RE
 .PP
@@ -339,7 +339,7 @@ The path to the \.torrent file\.
 .PP
 \-\-follow\-torrent=\fItrue\fR|\fIfalse\fR|\fImem\fR
 .RS 4
-If true or mem is specified, when a file whose suffix is \.metaink or content type is application/x\-bittorrent is downloaded, aria2 parses it as a torrent file and downloads files mentioned in it\. If mem is specified, a metalink file is not written to the disk, but is just kept in memory\. If false is specified, the action mentioned above is not taken\. Default: true
+If true or mem is specified, when a file whose suffix is \.torrent or content type is application/x\-bittorrent is downloaded, aria2 parses it as a torrent file and downloads files mentioned in it\. If mem is specified, a torrent file is not written to the disk, but is just kept in memory\. If false is specified, the action mentioned above is not taken\. Default: true
 .RE
 .PP
 \-\-direct\-file\-mapping=\fItrue\fR|\fIfalse\fR

+ 3 - 3
doc/aria2c.1.txt

@@ -136,7 +136,7 @@ OPTIONS
   Default: '5M'
 
 --enable-direct-io[='true'|'false']::
-  Enable directI/O, which lowers cpu usage while allocating files.
+  Enable directI/O, which lowers cpu usage while allocating/checking files.
   Turn off if you encounter any error.
   Default: 'false'
 
@@ -244,10 +244,10 @@ OPTIONS
   The path to the .torrent file.
 
 --follow-torrent='true'|'false'|'mem'::
-  If true or mem is specified, when a file whose suffix is .metaink or content
+  If true or mem is specified, when a file whose suffix is .torrent or content
   type is application/x-bittorrent is downloaded, aria2 parses it as a torrent
   file and downloads files mentioned in it.
-  If mem is specified, a metalink file is not written to the disk, but is just
+  If mem is specified, a torrent file is not written to the disk, but is just
   kept in memory.
   If false is specified, the action mentioned above is not taken.
   Default: true

+ 2 - 2
src/version_usage.cc

@@ -249,11 +249,11 @@ void showUsage() {
 #ifdef ENABLE_BITTORRENT
   cout << _(" -T, --torrent-file=TORRENT_FILE  The path to the .torrent file.") << endl;
   cout << _(" --follow-torrent=true|false|mem If true or mem is specified, when a file\n"
-	    "                              whose suffix is .metaink or content type is\n"
+	    "                              whose suffix is .torrent or content type is\n"
 	    "                              application/x-bittorrent is downloaded, aria2\n"
 	    "                              parses it as a torrent file and downloads files\n"
 	    "                              mentioned in it.\n"
-	    "                              If mem is specified, a metalink file is not\n"
+	    "                              If mem is specified, a torrent file is not\n"
 	    "                              written to the disk, but is just kept in memory.\n"
 	    "                              If false is specified, the action mentioned above\n"
 	    "                              is not taken.") << "\n"