From d4becb639d6f86eadee0e7a435b49ac1f8335b45 Mon Sep 17 00:00:00 2001 From: Tatsuo Ishii Date: Fri, 23 Nov 2007 00:30:58 +0000 Subject: [PATCH] Fix "Overall Page Layout" table. The second row should be ItemIdData, not ItemPointerData. --- doc/src/sgml/storage.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/storage.sgml b/doc/src/sgml/storage.sgml index e69fb73bfa6..a0895f0742f 100644 --- a/doc/src/sgml/storage.sgml +++ b/doc/src/sgml/storage.sgml @@ -1,5 +1,5 @@ @@ -400,7 +400,7 @@ free space pointers. -ItemPointerData +ItemIdData Array of (offset,length) pairs pointing to the actual items. 4 bytes per item.