From 1059b8b9518ac3739c2f387dc291d54bece23f7e Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Tue, 8 Jul 2008 12:12:21 +0000 Subject: [PATCH] 2008-07-08 Tatsuhiro Tsujikawa Updated DESCRIPTION of man page. * doc/aria2c.1 * doc/aria2c.1.html * doc/aria2c.1.txt --- ChangeLog | 7 +++++++ doc/aria2c.1 | 6 +++--- doc/aria2c.1.html | 35 +++++++++++++++++++++++++++-------- doc/aria2c.1.txt | 2 +- 4 files changed, 38 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index a1a30291..983bacf1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-07-08 Tatsuhiro Tsujikawa + + Updated DESCRIPTION of man page. + * doc/aria2c.1 + * doc/aria2c.1.html + * doc/aria2c.1.txt + 2008-07-06 Tatsuhiro Tsujikawa Fixed the compile error on Nexenta OS(GNU/Solaris OS). diff --git a/doc/aria2c.1 b/doc/aria2c.1 index 4cd813fb..8ca9f6d1 100644 --- a/doc/aria2c.1 +++ b/doc/aria2c.1 @@ -1,11 +1,11 @@ .\" Title: aria2c .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.2 -.\" Date: 06/17/2008 +.\" Date: 07/08/2008 .\" Manual: .\" Source: .\" -.TH "ARIA2C" "1" "06/17/2008" "" "" +.TH "ARIA2C" "1" "07/08/2008" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -16,7 +16,7 @@ aria2c \- The ultra fast download utility aria2c [\fIOPTIONS\fR] [\fIURL\fR | \fITORRENT_FILE\fR | \fIMETALINK_FILE\fR]\&... .sp .SH "DESCRIPTION" -aria2 is a utility for downloading files\&. The supported protocols are HTTP(S), FTP, BitTorrent, and Metalink\&. It has a powerful segmented downloading ability, downloading a file from multiple sources and multiple protocols and utilizing your download bandwidth to the maximum\&. It supports downloading a file from HTTP(S)/FTP and BitTorrent at the same time, while the data downloaded from HTTP(S)/FTP is uploaded to the BitTorrent swarm\&. Using Metalink\'s chunk checksums, aria2 automatically validates chunks of data while downloading a file like BitTorrent\&. +aria2 is a utility for downloading files\&. The supported protocols are HTTP(S), FTP, BitTorrent, and Metalink\&. It can download a file from multiple sources/protocols and tries to utilize your maximum download bandwidth\&. It supports downloading a file from HTTP(S)/FTP and BitTorrent at the same time, while the data downloaded from HTTP(S)/FTP is uploaded to the BitTorrent swarm\&. Using Metalink\'s chunk checksums, aria2 automatically validates chunks of data while downloading a file like BitTorrent\&. .sp .SH "OPTIONS" .SS "Basic Options" diff --git a/doc/aria2c.1.html b/doc/aria2c.1.html index 27c5a387..e598c929 100644 --- a/doc/aria2c.1.html +++ b/doc/aria2c.1.html @@ -3,7 +3,7 @@ - + ARIA2C(1) @@ -321,7 +340,7 @@ div#toc a:visited { color: blue; }

DESCRIPTION

-

aria2 is a utility for downloading files. The supported protocols are HTTP(S), FTP, BitTorrent, and Metalink. It has a powerful segmented downloading ability, downloading a file from multiple sources and multiple protocols and utilizing your download bandwidth to the maximum. It supports downloading a file from HTTP(S)/FTP and BitTorrent at the same time, while the data downloaded from HTTP(S)/FTP is uploaded to the BitTorrent swarm. Using Metalink's chunk checksums, aria2 automatically validates chunks of data while downloading a file like BitTorrent.

+

aria2 is a utility for downloading files. The supported protocols are HTTP(S), FTP, BitTorrent, and Metalink. It can download a file from multiple sources/protocols and tries to utilize your maximum download bandwidth. It supports downloading a file from HTTP(S)/FTP and BitTorrent at the same time, while the data downloaded from HTTP(S)/FTP is uploaded to the BitTorrent swarm. Using Metalink's chunk checksums, aria2 automatically validates chunks of data while downloading a file like BitTorrent.

OPTIONS

@@ -1593,7 +1612,7 @@ files in the program, then also delete it here.

diff --git a/doc/aria2c.1.txt b/doc/aria2c.1.txt index 016e5e71..9cbb2598 100644 --- a/doc/aria2c.1.txt +++ b/doc/aria2c.1.txt @@ -12,7 +12,7 @@ aria2c ['OPTIONS'] ['URL' | 'TORRENT_FILE' | 'METALINK_FILE']... DESCRIPTION ----------- -aria2 is a utility for downloading files. The supported protocols are HTTP(S), FTP, BitTorrent, and Metalink. It has a powerful segmented downloading ability, downloading a file from multiple sources and multiple protocols and utilizing your download bandwidth to the maximum. It supports downloading a file from HTTP(S)/FTP and BitTorrent at the same time, while the data downloaded from HTTP(S)/FTP is uploaded to the BitTorrent swarm. Using Metalink's chunk checksums, aria2 automatically validates chunks of data while downloading a file like BitTorrent. +aria2 is a utility for downloading files. The supported protocols are HTTP(S), FTP, BitTorrent, and Metalink. It can download a file from multiple sources/protocols and tries to utilize your maximum download bandwidth. It supports downloading a file from HTTP(S)/FTP and BitTorrent at the same time, while the data downloaded from HTTP(S)/FTP is uploaded to the BitTorrent swarm. Using Metalink's chunk checksums, aria2 automatically validates chunks of data while downloading a file like BitTorrent. OPTIONS -------