From d8e8a495da76edebbf0377f8028b3b1311c4caf5 Mon Sep 17 00:00:00 2001 From: Tatsuo Ishii Date: Fri, 23 Nov 2007 00:24:12 +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 f0b64516f7d..fe9ae611bf1 100644 --- a/doc/src/sgml/storage.sgml +++ b/doc/src/sgml/storage.sgml @@ -1,4 +1,4 @@ - + @@ -421,7 +421,7 @@ free space pointers. -ItemPointerData +ItemIdData Array of (offset,length) pairs pointing to the actual items. 4 bytes per item. -- 2.39.5