diff --git a/doc/src/sgml/storage.sgml b/doc/src/sgml/storage.sgml
index 75a87a504ad2f4d2d148c0aec2fa63680f5e0e6d..8482e92659a8eb70f2183f7615a02c3b7a928619 100644
--- a/doc/src/sgml/storage.sgml
+++ b/doc/src/sgml/storage.sgml
@@ -739,14 +739,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>