From 08067c6fe2a57c8746508e8eace189b0f99126ee Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Wed, 28 Jul 2021 14:31:52 +0200 Subject: Documentation: fix back reference to data block secton Signed-off-by: David Oberhollenzer --- doc/format.txt | 4 ++-- 1 file 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. | +------+--------------+------------------------------------------------------+ -- cgit v1.2.3