[jboss-cvs] JBoss Messaging SVN: r4354 - trunk/docs/userguide/en/modules.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri May 30 13:19:45 EDT 2008


Author: clebert.suconic at jboss.com
Date: 2008-05-30 13:19:44 -0400 (Fri, 30 May 2008)
New Revision: 4354

Modified:
   trunk/docs/userguide/en/modules/journal.xml
Log:
typos

Modified: trunk/docs/userguide/en/modules/journal.xml
===================================================================
--- trunk/docs/userguide/en/modules/journal.xml	2008-05-30 16:38:28 UTC (rev 4353)
+++ trunk/docs/userguide/en/modules/journal.xml	2008-05-30 17:19:44 UTC (rev 4354)
@@ -6,15 +6,15 @@
       <para>If you are using JBoss Messaging 2 on a Linux system, you can take full advantage of this feature. All you
          have to do is to make sure libaio is installed and you are using ext3 or ext2 or newer kernels.
       </para>
-      <para>To install libaio, run the command <literal>yum install libaio</literal> on Fedora or Red Hat or <literal>sudo
-         apt-get install libaio</literal> on Ubuntu or Debian. For other OS's refer to the OS manual.
+      <para>To install libaio, run the command <literal>sudo yum install libaio1</literal> on Fedora or Red Hat or <literal>sudo
+         apt-get install libaio1</literal> on Ubuntu or Debian. For other OS's refer to the OS manual.
       </para>
       <para>Instead of synchronizing the whole disk on every commit required by the journal, We submit writes directly
          to the kernel and we get callbacks when the information is stored on the hard drive. With that
          we maximize performance by isolating the persistnce of one transaction from another and also by using Direct
          Memory Access between the Journal and the Kernel. With AIO you can have high rate transactions even when you
          commit several small transactions.
-         We are planning migrating this native lirary to other platforms besides Linux, as other OS's will have
+         We are planning migrating this native library to other platforms besides Linux, as other OS's will have
          different options for Asynchronous IO.
       </para>
    </section>




More information about the jboss-cvs-commits mailing list