From d00e15179b3f446379a5f9ff1dbfe5e96c370318 Mon Sep 17 00:00:00 2001
From: Tatsuhiro Tsujikawa
Date: Sat, 30 Oct 2010 04:07:13 +0000
Subject: [PATCH] 2010-10-30 Tatsuhiro Tsujikawa
Added internal cross reference for sections and subsections.
* doc/aria2c.1.txt
---
ChangeLog | 5 +++++
doc/aria2c.1 | 4 +++-
doc/aria2c.1.html | 19 ++++++++++---------
doc/aria2c.1.txt | 21 +++++++++++++--------
4 files changed, 31 insertions(+), 18 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 54982823..e9ccb0a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-10-30 Tatsuhiro Tsujikawa
+
+ Added internal cross reference for sections and subsections.
+ * doc/aria2c.1.txt
+
2010-10-30 Tatsuhiro Tsujikawa
Added XML-RPC client code example using Python(I have not added
diff --git a/doc/aria2c.1 b/doc/aria2c.1
index 7fdad4bc..58eee9be 100644
--- a/doc/aria2c.1
+++ b/doc/aria2c.1
@@ -3017,7 +3017,9 @@ The number of peers/servers the client has connected to\&.
.PP
errorCode
.RS 4
-The last error code occurred in this download\&. The value is of type string\&. The error codes are defined in EXIT STATUS section\&. This value is only available for stopped/completed downloads\&.
+The last error code occurred in this download\&. The value is of type string\&. The error codes are defined in
+\fBEXIT STATUS\fR
+section\&. This value is only available for stopped/completed downloads\&.
.RE
.PP
followedBy
diff --git a/doc/aria2c.1.html b/doc/aria2c.1.html
index fc0f1cff..cefcc6cc 100644
--- a/doc/aria2c.1.html
+++ b/doc/aria2c.1.html
@@ -621,7 +621,7 @@ downloading a file like BitTorrent.
Reads input from stdin when - is specified.
The additional out and dir options can be specified after each line of
URIs. This optional line must start with white space(s).
- See Input File subsection for details.
+ See Input File subsection for details.
@@ -884,7 +884,8 @@ aria2c -o myfile.zip "http://mirror1/file.zip" "http://mirror2/file.zip"
Specify the filename to which performance profile of the servers is
saved. You can load saved data using --server-stat-if option. See
- Server Performance Profile subsection below for file format.
+ Server Performance Profile
+ subsection below for file format.
@@ -894,7 +895,8 @@ aria2c -o myfile.zip "http://mirror1/file.zip" "http://mirror2/file.zip"
Specify the filename to load performance profile of the servers. The
loaded data will be used in some URI selector such as feedback.
- See also --uri-selector option. See Server Performance Profile
+ See also --uri-selector option. See
+ Server Performance Profile
subsection below for file format.
@@ -3514,8 +3516,8 @@ errorCode
The last error code occurred in this download. The value is of type
- string. The error codes are defined in EXIT STATUS section. This
- value is only available for stopped/completed downloads.
+ string. The error codes are defined in EXIT STATUS section. This value is only available for
+ stopped/completed downloads.
@@ -4049,8 +4051,7 @@ http://example.org/file and second one is file.torrent:
In case of error, aria2 returns faultCode=1 and the error message in
faultString.
Options
-Same options for -i list are available. See Input File subsection
-for complete list of options.
+Same options for -i list are available. See Input File subsection for complete list of options.
In the option struct, name element is option name(without preceding
"--") and value element is argument as string.
@@ -4183,7 +4184,7 @@ pprint(r)
See --http-proxy, --https-proxy, --ftp-proxy, --all-proxy and
--no-proxy for details. You can specify proxy in the environment
-variables. See ENVIRONMENT section. |
+variables. See
ENVIRONMENT section.
Proxy with authorization
@@ -4537,7 +4538,7 @@ files in the program, then also delete it here.