Update doc

pull/46/head
Tatsuhiro Tsujikawa 2013-02-19 22:14:18 +09:00
parent 7c2404db5e
commit 4095b2ec6b
3 changed files with 10 additions and 2 deletions

View File

@ -3,3 +3,7 @@
pre, tt {
font-family: monospace, sans-serif;
}
tt {
font-size: 100%;
}

View File

@ -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::

View File

@ -3,3 +3,7 @@
pre, tt {
font-family: monospace, sans-serif;
}
tt {
font-size: 100%;
}