浏览代码

Update doc

Tatsuhiro Tsujikawa 11 年之前
父节点
当前提交
bee7a8317c
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      doc/manual-src/en/aria2c.rst
  2. 1 1
      src/usage_text.h

+ 1 - 1
doc/manual-src/en/aria2c.rst

@@ -1186,7 +1186,7 @@ Advanced Options
   you take commonly used values from RFC, network vendors'
   you take commonly used values from RFC, network vendors'
   documentation, Wikipedia or any other source, use them as they are.
   documentation, Wikipedia or any other source, use them as they are.
 
 
-.. option:: --rlimit-nofile=NUM
+.. option:: --rlimit-nofile=<NUM>
 
 
   Set the soft limit of open file descriptors.
   Set the soft limit of open file descriptors.
   This open will only have effect when:
   This open will only have effect when:

+ 1 - 1
src/usage_text.h

@@ -981,7 +981,7 @@
     "                              documentation, Wikipedia or any other source,\n" \
     "                              documentation, Wikipedia or any other source,\n" \
     "                              use them as they are.")
     "                              use them as they are.")
 #define TEXT_RLIMIT_NOFILE                                              \
 #define TEXT_RLIMIT_NOFILE                                              \
-  _("  --rlimit-nofile=NUM         Set the soft limit of open file descriptors.\n" \
+  _(" --rlimit-nofile=NUM          Set the soft limit of open file descriptors.\n" \
     "                              This open will only have effect when:\n" \
     "                              This open will only have effect when:\n" \
     "                                a) The system supports it (posix)\n" \
     "                                a) The system supports it (posix)\n" \
     "                                b) The limit does not exceed the hard limit.\n" \
     "                                b) The limit does not exceed the hard limit.\n" \