From 2eeaf72fa57482d74d0278cf389857069ed2144c Mon Sep 17 00:00:00 2001 From: Tatsuo Ishii Date: Fri, 23 Nov 2007 00:35:44 +0000 Subject: [PATCH] Fix "Overall Page Layout" table. The second row should be ItemIdData, not ItemPointerData. --- doc/src/sgml/storage.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/storage.sgml b/doc/src/sgml/storage.sgml index 3d59a8b576..18974eaa7a 100644 --- a/doc/src/sgml/storage.sgml +++ b/doc/src/sgml/storage.sgml @@ -390,7 +390,7 @@ free space pointers. -ItemPointerData +ItemIdData Array of (offset,length) pairs pointing to the actual items. 4 bytes per item. -- 2.39.5