From 0c3dc00d68e58eaab3b3764f8a104e1f3adc222e Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 30 Aug 2009 12:30:00 +0000 Subject: [PATCH] 2009-08-30 Tatsuhiro Tsujikawa Documented --xml-rpc-listen-all option in man page. * doc/aria2c.1.txt --- ChangeLog | 5 +++++ doc/aria2c.1 | 10 ++++++++-- doc/aria2c.1.html | 11 ++++++++++- doc/aria2c.1.txt | 5 +++++ 4 files changed, 28 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0fb5b635..59903256 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-08-30 Tatsuhiro Tsujikawa + + Documented --xml-rpc-listen-all option in man page. + * doc/aria2c.1.txt + 2009-08-30 Tatsuhiro Tsujikawa Added --xml-rpc-listen-all option. If true is given to this diff --git a/doc/aria2c.1 b/doc/aria2c.1 index 40a5e4a1..1857b9be 100644 --- a/doc/aria2c.1 +++ b/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 -.\" 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: diff --git a/doc/aria2c.1.html b/doc/aria2c.1.html index ff4f6ac8..12db1db9 100644 --- a/doc/aria2c.1.html +++ b/doc/aria2c.1.html @@ -1404,6 +1404,15 @@ writes the piece to the appropriate files.

+--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
@@ -3226,7 +3235,7 @@ files in the program, then also delete it here.

diff --git a/doc/aria2c.1.txt b/doc/aria2c.1.txt index a2a84d13..d24635b8 100644 --- a/doc/aria2c.1.txt +++ b/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'