Skip to content

Commit f2862ae

Browse files
committed
Update doc
1 parent c5179e6 commit f2862ae

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+99
-81
lines changed

manual/en/html/_sources/aria2c.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4124,7 +4124,9 @@ Specify the output file name
41244124

41254125
To specify the output file name for BitTorrent downloads, you need to know
41264126
the index of file in the torrent (see :option:`--show-files <-S>`). For
4127-
example, the output looks like this::
4127+
example, the output looks like this:
4128+
4129+
.. code-block:: text
41284130

41294131
idx|path/length
41304132
===+======================

manual/en/html/_sources/technical-notes.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ Control File (\*.aria2) Format
88
------------------------------
99

1010
The control file uses a binary format to store progress information of
11-
a download. Here is the diagram for each field::
11+
a download. Here is the diagram for each field:
12+
13+
.. code-block:: text
1214

1315
0 1 2 3
1416
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
@@ -45,7 +47,7 @@ a download. Here is the diagram for each field::
4547

4648
``EXT`` (EXTENSION): 4 bytes
4749
If LSB is 1(i.e. ``EXT[3]&1 == 1``), aria2 checks whether the saved
48-
!InfoHash and current downloading one are the same. If they are not
50+
InfoHash and current downloading one are the same. If they are not
4951
the same, an exception is thrown. This is called "infoHashCheck"
5052
extension.
5153

@@ -104,7 +106,9 @@ aria2 saves IPv4 DHT routing table in
104106
``dht.dat`` and ``dht6.dat`` files use same binary encoding and have
105107
following fields. All multi byte integers are in network byte
106108
order. ``RSV`` (RESERVED) fields are reserved for future use. For now
107-
they should be all zeros::
109+
they should be all zeros:
110+
111+
.. code-block:: text
108112

109113
0 1 2 3
110114
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
0 Bytes
Loading
0 Bytes
Loading

manual/en/html/_static/comment.png

0 Bytes
Loading
0 Bytes
Loading

manual/en/html/_static/down.png

0 Bytes
Loading

manual/en/html/_static/file.png

0 Bytes
Loading

manual/en/html/_static/jquery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Released under the MIT license
1010
* https://jquery.org/license
1111
*
12-
* Date: 2016-10-16T16:34Z
12+
* Date: 2016-12-11T15:18Z
1313
*/
1414
( function( global, factory ) {
1515

manual/en/html/_static/minus.png

0 Bytes
Loading

0 commit comments

Comments
 (0)