From f12d6d793d52c8eab0a9028f8c70bf5bf0a441d4 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Mon, 8 Mar 2010 15:05:45 +0000 Subject: [PATCH] 2010-03-09 Tatsuhiro Tsujikawa Documented --bt-lpd-interface option in man page. * doc/aria2c.1.txt --- ChangeLog | 10 ++++++++++ doc/aria2c.1 | 9 +++++++-- doc/aria2c.1.html | 13 ++++++++++++- doc/aria2c.1.txt | 7 +++++++ 4 files changed, 36 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index b52fc9e9..5bb23ed7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2010-03-09 Tatsuhiro Tsujikawa + + Documented --bt-lpd-interface option in man page. + * doc/aria2c.1.txt + +2010-03-09 Tatsuhiro Tsujikawa + + Bump up version number to 1.9.0 + * configure.ac + 2010-03-08 Tatsuhiro Tsujikawa Fixed the bug that FillRequestGroupCommand is not invoked when diff --git a/doc/aria2c.1 b/doc/aria2c.1 index 1856793b..44f1ea6d 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.2 -.\" Date: 03/08/2010 +.\" Date: 03/09/2010 .\" Manual: Aria2 Manual .\" Source: Aria2 1.9.0a .\" Language: English .\" -.TH "ARIA2C" "1" "03/08/2010" "Aria2 1\&.9\&.0a" "Aria2 Manual" +.TH "ARIA2C" "1" "03/09/2010" "Aria2 1\&.9\&.0a" "Aria2 Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -517,6 +517,11 @@ option and file is complete, continue to seed file\&. If you want to check file \fItrue\fR .RE .PP +\fB\-\-bt\-lpd\-interface\fR=INTERFACE +.RS 4 +Use given interface for Local Peer Discovery\&. If this option is not specified, the default interface is chosen\&. You can specify interface name and IP address\&. Possible Values: interface, IP addres +.RE +.PP \fB\-\-bt\-max\-open\-files\fR=NUM .RS 4 Specify maximum number of files to open in each BitTorrent download\&. Default: diff --git a/doc/aria2c.1.html b/doc/aria2c.1.html index 311c6d58..9bbe0653 100644 --- a/doc/aria2c.1.html +++ b/doc/aria2c.1.html @@ -1213,6 +1213,17 @@ writes the piece to the appropriate files.

+--bt-lpd-interface=INTERFACE +
+
+

+ Use given interface for Local Peer Discovery. If this option is not + specified, the default interface is chosen. You can specify + interface name and IP address. Possible Values: interface, IP + addres +

+
+
--bt-max-open-files=NUM
@@ -3813,7 +3824,7 @@ files in the program, then also delete it here.


diff --git a/doc/aria2c.1.txt b/doc/aria2c.1.txt index 38779457..4ba01440 100644 --- a/doc/aria2c.1.txt +++ b/doc/aria2c.1.txt @@ -366,6 +366,13 @@ BitTorrent Specific Options option to 'false'. This option has effect only on BitTorrent download. Default: 'true' +*--bt-lpd-interface*=INTERFACE:: + + Use given interface for Local Peer Discovery. If this option is not + specified, the default interface is chosen. You can specify + interface name and IP address. Possible Values: interface, IP + addres + *--bt-max-open-files*=NUM:: Specify maximum number of files to open in each BitTorrent download. Default: '100'