diff --git a/doc/src/sgml/storage.sgml b/doc/src/sgml/storage.sgml index 164d08ce49073d7930a11c2595ef6383332b9838..adf9343363a6713c1c0d9bf1c6a8b4a5895df3f7 100644 --- a/doc/src/sgml/storage.sgml +++ b/doc/src/sgml/storage.sgml @@ -730,14 +730,14 @@ free space pointers.</entry> <row> <entry>ItemIdData</entry> -<entry>Array of (offset,length) pairs pointing to the actual items. -4 bytes per item.</entry> +<entry>Array of item identifiers pointing to the actual items. Each +entry is an (offset,length) pair. 4 bytes per item.</entry> </row> <row> <entry>Free space</entry> -<entry>The unallocated space. New item pointers are allocated from the start -of this area, new items from the end.</entry> +<entry>The unallocated space. New item identifiers are allocated from +the start of this area, new items from the end.</entry> </row> <row>