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

Fixed typo
	* doc/aria2c.1.txt
	* src/usage_text.h
pull/1/head
Tatsuhiro Tsujikawa 2009-05-27 12:51:12 +00:00
parent 403335cb4b
commit afe1d551e8
4 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
2009-05-27 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Fixed typo
* doc/aria2c.1.txt
* src/usage_text.h
2009-05-27 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Updated README for 1.4.0 release. Use new table syntax of

View File

@ -1408,7 +1408,7 @@ writes the piece to the appropriate files.</td>
</dt>
<dd>
<p>
Set max size of XML-RPC request. If aria2 detected the request is
Set max size of XML-RPC request. If aria2 detects the request is
more than SIZE bytes, it drops connection. Default: <em>2M</em>
</p>
</dd>
@ -3138,7 +3138,7 @@ files in the program, then also delete it here.</p></div>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2009-05-27 00:44:00 JST
Last updated 2009-05-27 21:37:30 JST
</div>
</div>
</body>

View File

@ -537,7 +537,7 @@ XML-RPC Options
*--xml-rpc-max-request-size*=SIZE::
Set max size of XML-RPC request. If aria2 detected the request is
Set max size of XML-RPC request. If aria2 detects the request is
more than SIZE bytes, it drops connection. Default: '2M'
*--xml-rpc-passwd*=PASSWD::

View File

@ -493,7 +493,7 @@ _(" --enable-xml-rpc[=true|false] Enable XML-RPC server.\n"\
" option. See also --xml-rpc-listen-port option.")
#define TEXT_XML_RPC_MAX_REQUEST_SIZE \
_(" --xml-rpc-max-request-size=SIZE Set max size of XML-RPC request. If aria2\n"\
" detected the request is more than SIZE bytes, it\n"\
" detects the request is more than SIZE bytes, it\n"\
" drops connection.")
#define TEXT_XML_RPC_USER \
_(" --xml-rpc-user=USER Set XML-RPC user.")