From derby-commits-return-11159-apmail-db-derby-commits-archive=db.apache.org@db.apache.org Tue Feb 17 14:08:18 2009
Return-Path:
Delivered-To: apmail-db-derby-commits-archive@www.apache.org
Received: (qmail 85343 invoked from network); 17 Feb 2009 14:08:18 -0000
Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2)
by minotaur.apache.org with SMTP; 17 Feb 2009 14:08:18 -0000
Received: (qmail 51881 invoked by uid 500); 17 Feb 2009 14:08:18 -0000
Delivered-To: apmail-db-derby-commits-archive@db.apache.org
Received: (qmail 51815 invoked by uid 500); 17 Feb 2009 14:08:18 -0000
Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm
Precedence: bulk
list-help:
list-unsubscribe:
List-Post:
Reply-To: "Derby Development"
List-Id:
Delivered-To: mailing list derby-commits@db.apache.org
Received: (qmail 51806 invoked by uid 99); 17 Feb 2009 14:08:18 -0000
Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230)
by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Feb 2009 06:08:18 -0800
X-ASF-Spam-Status: No, hits=-2000.0 required=10.0
tests=ALL_TRUSTED
X-Spam-Check-By: apache.org
Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4)
by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Feb 2009 14:08:16 +0000
Received: by eris.apache.org (Postfix, from userid 65534)
id 1DD7B2388882; Tue, 17 Feb 2009 14:07:55 +0000 (UTC)
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Subject: svn commit: r745083 - in /db/derby/site/trunk:
build/site/papers/pageformats.html
src/documentation/content/xdocs/papers/pageformats.xml
Date: Tue, 17 Feb 2009 14:07:54 -0000
To: derby-commits@db.apache.org
From: rhillegas@apache.org
X-Mailer: svnmailer-1.0.8
Message-Id: <20090217140755.1DD7B2388882@eris.apache.org>
X-Virus-Checked: Checked by ClamAV on apache.org
Author: rhillegas
Date: Tue Feb 17 14:07:54 2009
New Revision: 745083
URL: http://svn.apache.org/viewvc?rev=745083&view=rev
Log:
Correct typos in pageformats summary, noticed by Ron Reynolds in a user list thread titled 'Feedback papers/pageformats.html'
Modified:
db/derby/site/trunk/build/site/papers/pageformats.html
db/derby/site/trunk/src/documentation/content/xdocs/papers/pageformats.xml
Modified: db/derby/site/trunk/build/site/papers/pageformats.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/build/site/papers/pageformats.html?rev=745083&r1=745082&r2=745083&view=diff
==============================================================================
--- db/derby/site/trunk/build/site/papers/pageformats.html (original)
+++ db/derby/site/trunk/build/site/papers/pageformats.html Tue Feb 17 14:07:54 2009
@@ -375,11 +375,11 @@
to files in the seg0
- directory of the database. In the current Derby implementation there is a a 1 to 1 mapping of
+ directory of the database. In the current Derby implementation there is a 1 to 1 mapping of
containers to files. Two containers never map to a single file and 1
- container never maps to multiple containers.
+ container never maps to multiple files.
Data is stored in pages within the container.
Modified: db/derby/site/trunk/src/documentation/content/xdocs/papers/pageformats.xml
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/papers/pageformats.xml?rev=745083&r1=745082&r2=745083&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/papers/pageformats.xml (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/papers/pageformats.xml Tue Feb 17 14:07:54 2009
@@ -38,11 +38,11 @@
to files in the seg0
- directory of the database. In the current Derby implementation there is a a 1 to 1 mapping of
+ directory of the database. In the current Derby implementation there is a 1 to 1 mapping of
containers to files. Two containers never map to a single file and 1
- container never maps to multiple containers.
+ container never maps to multiple files.
Data is stored in pages within the container.