aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2021-07-28 14:31:52 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2021-07-28 14:31:52 +0200
commit08067c6fe2a57c8746508e8eace189b0f99126ee (patch)
tree9b00d69da974e6382c9d7aeabbb6f4b49645b932
parent5781bc71b5fb5410d8fa5017c7832a34a00f1cc1 (diff)
Documentation: fix back reference to data block secton
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
-rw-r--r--doc/format.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/format.txt b/doc/format.txt
index 85a66dc..4668e41 100644
--- a/doc/format.txt
+++ b/doc/format.txt
@@ -732,12 +732,12 @@
| | | stored in. If not used, this is set to 0xFFFFFFFF. |
+------+--------------+------------------------------------------------------+
| u32 | block offset | The (uncompressed) offset within the fragment block |
- | | | where the tail end of this file is. See section 3 |
+ | | | where the tail end of this file is. See section 4 |
| | | for details. |
+------+--------------+------------------------------------------------------+
| u32 | file size | The (uncompressed) size of this file. |
+------+--------------+------------------------------------------------------+
- | u32[]| block sizes | An array of consecutive block sizes. See section 3 |
+ | u32[]| block sizes | An array of consecutive block sizes. See section 4 |
| | | for details. |
+------+--------------+------------------------------------------------------+