diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2021-07-28 14:31:52 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2021-08-12 18:24:11 +0200 |
commit | 10bdc4e191dc61c3baabe704580c5239b8a7deb5 (patch) | |
tree | 5b41c4689bbb84943be97594b5e10d1edf500640 /doc | |
parent | 248494992442fbde7eb6ca3979a778d82fa86016 (diff) |
Documentation: fix back reference to data block secton
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/format.txt | 4 |
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. | +------+--------------+------------------------------------------------------+ |