mirror of https://github.com/aria2/aria2
Update doc
parent
7c2404db5e
commit
4095b2ec6b
|
@ -3,3 +3,7 @@
|
|||
pre, tt {
|
||||
font-family: monospace, sans-serif;
|
||||
}
|
||||
|
||||
tt {
|
||||
font-size: 100%;
|
||||
}
|
||||
|
|
|
@ -4,8 +4,8 @@ Technical Notes
|
|||
This document describes additional technical information of aria2. The
|
||||
expected audience is developers.
|
||||
|
||||
Control File (*.aria2) Format
|
||||
-----------------------------
|
||||
Control File (\*.aria2) Format
|
||||
------------------------------
|
||||
|
||||
The control file uses a binary format to store progress information of
|
||||
a download. Here is the diagram for each field::
|
||||
|
|
|
@ -3,3 +3,7 @@
|
|||
pre, tt {
|
||||
font-family: monospace, sans-serif;
|
||||
}
|
||||
|
||||
tt {
|
||||
font-size: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue