Browse Source

2009-08-30 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

	Documented --xml-rpc-listen-all option in man page.
	* doc/aria2c.1.txt
Tatsuhiro Tsujikawa 16 years ago
parent
commit
0c3dc00d68
4 changed files with 28 additions and 3 deletions
  1. 5 0
      ChangeLog
  2. 8 2
      doc/aria2c.1
  3. 10 1
      doc/aria2c.1.html
  4. 5 0
      doc/aria2c.1.txt

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2009-08-30  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
+
+	Documented --xml-rpc-listen-all option in man page.
+	* doc/aria2c.1.txt
+
 2009-08-30  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
 
 	Added --xml-rpc-listen-all option. If true is given to this

+ 8 - 2
doc/aria2c.1

@@ -2,12 +2,12 @@
 .\"     Title: aria2c
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.75.1 <http://docbook.sf.net/>
-.\"      Date: 07/15/2009
+.\"      Date: 08/30/2009
 .\"    Manual: Aria2 Manual
 .\"    Source: Aria2
 .\"  Language: English
 .\"
-.TH "ARIA2C" "1" "07/15/2009" "Aria2" "Aria2 Manual"
+.TH "ARIA2C" "1" "08/30/2009" "Aria2" "Aria2 Manual"
 .\" -----------------------------------------------------------------
 .\" * set default formatting
 .\" -----------------------------------------------------------------
@@ -794,6 +794,12 @@ option\&. Default:
 \fIfalse\fR
 .RE
 .PP
+\fB\-\-xml\-rpc\-listen\-all\fR[=\fItrue\fR|\fIfalse\fR]
+.RS 4
+Listen incoming XML\-RPC requests on all network interfaces\&. If false is given, listen only on local loopback interface\&. Default:
+\fIfalse\fR
+.RE
+.PP
 \fB\-\-xml\-rpc\-listen\-port\fR=PORT
 .RS 4
 Specify a port number for XML\-RPC server to listen to\&. Possible Values:

+ 10 - 1
doc/aria2c.1.html

@@ -1404,6 +1404,15 @@ writes the piece to the appropriate files.</td>
 </p>
 </dd>
 <dt class="hdlist1">
+<strong>--xml-rpc-listen-all</strong>[=<em>true</em>|<em>false</em>]
+</dt>
+<dd>
+<p>
+  Listen incoming XML-RPC requests on all network interfaces. If false
+  is given, listen only on local loopback interface.  Default: <em>false</em>
+</p>
+</dd>
+<dt class="hdlist1">
 <strong>--xml-rpc-listen-port</strong>=PORT
 </dt>
 <dd>
@@ -3226,7 +3235,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 22:09:11 JST
+Last updated 2009-08-30 21:27:41 JST
 </div>
 </div>
 </body>

+ 5 - 0
doc/aria2c.1.txt

@@ -538,6 +538,11 @@ XML-RPC Options
   and password using *--xml-rpc-user* and *--xml-rpc-passwd*
   option. See also *--xml-rpc-listen-port* option.  Default: 'false'
 
+*--xml-rpc-listen-all*[='true'|'false']::
+
+  Listen incoming XML-RPC requests on all network interfaces. If false
+  is given, listen only on local loopback interface.  Default: 'false'
+
 *--xml-rpc-listen-port*=PORT::
   Specify a port number for XML-RPC server to listen to.  Possible
   Values: '1024'-'65535' Default: '6800'