[jboss-cvs] JBoss Messaging SVN: r7654 - trunk/docs/user-manual/en.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 3 04:32:49 EDT 2009


Author: jmesnil
Date: 2009-08-03 04:32:49 -0400 (Mon, 03 Aug 2009)
New Revision: 7654

Modified:
   trunk/docs/user-manual/en/paging.xml
Log:
typos

Modified: trunk/docs/user-manual/en/paging.xml
===================================================================
--- trunk/docs/user-manual/en/paging.xml	2009-08-02 09:15:23 UTC (rev 7653)
+++ trunk/docs/user-manual/en/paging.xml	2009-08-03 08:32:49 UTC (rev 7654)
@@ -10,12 +10,12 @@
         reaches a total configured maximum size or b) The total size of all queues reaches a
         configured maximum size.</para>
     <para>These two modes of operation are called <link linkend="paging.address.mode">Address Paging
-            Mode </link> and <link linkend="paging.global.mode">Global Paging Mode </link>.</para>
+            Mode</link> and <link linkend="paging.global.mode">Global Paging Mode</link>.</para>
     <section>
         <title>Page Files</title>
         <para>Messages are stored per address on the file system. Each address has an individual
             folder where messages are stored in multiple files (page files). Each file will contain
-            messages up to a max configured size. (<literal>page-size-bytes</literal>). When reading
+            messages up to a max configured size (<literal>page-size-bytes</literal>). When reading
             page-files all messages on the page-file are read, routed and the file is deleted as
             soon as the messages are recovered.</para>
     </section>
@@ -142,7 +142,7 @@
             JMS subscription, there is only 1 copy of the message in memory. Each queue only deals
             with a reference to this. Because of this the memory is only freed up once all queues
             referencing the message have delivered it. This means that if not all queues deliver the
-            message we can end up in a state where messages to not get delivered. </para>
+            message we can end up in a state where messages are not delivered. </para>
         <para>For example:</para>
         <itemizedlist>
             <listitem>




More information about the jboss-cvs-commits mailing list