浏览代码

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

	Corrected the description of --file-allocation option.
	* doc/aria2c.1.txt
Tatsuhiro Tsujikawa 16 年之前
父节点
当前提交
59c1a80888
共有 4 个文件被更改,包括 18 次插入10 次删除
  1. 5 0
      ChangeLog
  2. 8 7
      doc/aria2c.1
  3. 3 2
      doc/aria2c.1.html
  4. 2 1
      doc/aria2c.1.txt

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2009-05-15  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
+
+	Corrected the description of --file-allocation option.
+	* doc/aria2c.1.txt
+
 2009-05-15  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
 2009-05-15  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
 
 
 	Added tellAll command.
 	Added tellAll command.

+ 8 - 7
doc/aria2c.1

@@ -2,12 +2,12 @@
 .\"     Title: aria2c
 .\"     Title: aria2c
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.74.3 <http://docbook.sf.net/>
 .\" Generator: DocBook XSL Stylesheets v1.74.3 <http://docbook.sf.net/>
-.\"      Date: 05/13/2009
+.\"      Date: 05/15/2009
 .\"    Manual: [FIXME: manual]
 .\"    Manual: [FIXME: manual]
 .\"    Source: [FIXME: source]
 .\"    Source: [FIXME: source]
 .\"  Language: English
 .\"  Language: English
 .\"
 .\"
-.TH "ARIA2C" "1" "05/13/2009" "[FIXME: source]" "[FIXME: manual]"
+.TH "ARIA2C" "1" "05/15/2009" "[FIXME: source]" "[FIXME: manual]"
 .\" -----------------------------------------------------------------
 .\" -----------------------------------------------------------------
 .\" * set default formatting
 .\" * set default formatting
 .\" -----------------------------------------------------------------
 .\" -----------------------------------------------------------------
@@ -869,10 +869,7 @@ and
 .PP
 .PP
 \fB\-\-file\-allocation\fR=METHOD
 \fB\-\-file\-allocation\fR=METHOD
 .RS 4
 .RS 4
-Specify file allocation method\&. METHOD is either
-\fInone\fR
-or
-\fIprealloc\fR\&.
+Specify file allocation method\&.
 \fInone\fR
 \fInone\fR
 doesn\(cqt pre\-allocate file space\&.
 doesn\(cqt pre\-allocate file space\&.
 \fIprealloc\fR
 \fIprealloc\fR
@@ -885,7 +882,11 @@ with legacy file systems such as ext3 because it takes almost same time as
 and it blocks aria2 entirely until allocation finishes\&.
 and it blocks aria2 entirely until allocation finishes\&.
 \fIfalloc\fR
 \fIfalloc\fR
 may not be available if your system doesn\(cqt have
 may not be available if your system doesn\(cqt have
-\fBposix_fallocate\fR() function\&. Default:
+\fBposix_fallocate\fR() function\&. Possible Values:
+\fInone\fR,
+\fIprealloc\fR,
+\fIfalloc\fR
+Default:
 \fIprealloc\fR
 \fIprealloc\fR
 .RE
 .RE
 .PP
 .PP

+ 3 - 2
doc/aria2c.1.html

@@ -1509,7 +1509,7 @@ writes the piece to the appropriate files.</td>
 </dt>
 </dt>
 <dd>
 <dd>
 <p>
 <p>
-  Specify file allocation method. METHOD is either <em>none</em> or <em>prealloc</em>.
+  Specify file allocation method.
   <em>none</em> doesn&#8217;t pre-allocate file space. <em>prealloc</em> pre-allocates file space
   <em>none</em> doesn&#8217;t pre-allocate file space. <em>prealloc</em> pre-allocates file space
   before download begins. This may take some time depending on the size of the
   before download begins. This may take some time depending on the size of the
   file.
   file.
@@ -1522,6 +1522,7 @@ writes the piece to the appropriate files.</td>
   entirely until allocation finishes. <em>falloc</em> may
   entirely until allocation finishes. <em>falloc</em> may
   not be available if your system doesn&#8217;t have
   not be available if your system doesn&#8217;t have
   <strong>posix_fallocate</strong>() function.
   <strong>posix_fallocate</strong>() function.
+  Possible Values: <em>none</em>, <em>prealloc</em>, <em>falloc</em>
   Default: <em>prealloc</em>
   Default: <em>prealloc</em>
 </p>
 </p>
 </dd>
 </dd>
@@ -2723,7 +2724,7 @@ files in the program, then also delete it here.</p></div>
 </div>
 </div>
 <div id="footer">
 <div id="footer">
 <div id="footer-text">
 <div id="footer-text">
-Last updated 2009-05-13 21:29:04 JST
+Last updated 2009-05-15 01:05:53 JST
 </div>
 </div>
 </div>
 </div>
 </body>
 </body>

+ 2 - 1
doc/aria2c.1.txt

@@ -586,7 +586,7 @@ Advanced Options
 
 
 *--file-allocation*=METHOD::
 *--file-allocation*=METHOD::
 
 
-  Specify file allocation method. METHOD is either 'none' or 'prealloc'.
+  Specify file allocation method.
   'none' doesn't pre-allocate file space. 'prealloc' pre-allocates file space
   'none' doesn't pre-allocate file space. 'prealloc' pre-allocates file space
   before download begins. This may take some time depending on the size of the
   before download begins. This may take some time depending on the size of the
   file.
   file.
@@ -599,6 +599,7 @@ Advanced Options
   entirely until allocation finishes. 'falloc' may
   entirely until allocation finishes. 'falloc' may
   not be available if your system doesn't have
   not be available if your system doesn't have
   *posix_fallocate*() function.
   *posix_fallocate*() function.
+  Possible Values: 'none', 'prealloc', 'falloc'
   Default: 'prealloc'
   Default: 'prealloc'
 
 
 *--log-level*=LEVEL::
 *--log-level*=LEVEL::