[jboss-cvs] JBossRemoting/docs/guide/en ...

Ron Sigal ron_sigal at yahoo.com
Tue Aug 1 19:39:53 EDT 2006


  User: rsigal  
  Date: 06/08/01 19:39:53

  Modified:    docs/guide/en  chap4.xml
  Log:
  JBREM-559:  Fixed some typos.
  
  Revision  Changes    Path
  1.2       +6 -7      JBossRemoting/docs/guide/en/chap4.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: chap4.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/guide/en/chap4.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- chap4.xml	30 Jul 2006 06:56:36 -0000	1.1
  +++ chap4.xml	1 Aug 2006 23:39:53 -0000	1.2
  @@ -1,15 +1,15 @@
     <chapter>
       <title>Remoting libraries and thirdparty dependancies</title>
   
  -    <para>The remoting distribution comes several different version of the
  -    remoting libraries. This is mainly done so the size of the footprint for
  +    <para>The remoting distribution comes with several different versions of the
  +    remoting libraries. This is mainly done so the size of the footprint
       can be controlled based on the features of remoting that will be used.
       Remoting distribution will include the following remoting binaries (found
  -    in the lib directory of the distribution)</para>
  +    in the lib directory of the distribution).</para>
   
       <para><emphasis role="bold">jboss-remoting.jar</emphasis> - this binary
       contains all the remoting classes. This is the only remoting jar that is
  -    needed to perform any remoting funtion within JBoss Remoting.</para>
  +    needed to perform any remoting function within JBoss Remoting.</para>
   
       <para>Since some may want to better control size of the binary footprint
       needed to use remoting, the remoting classes have been broken out into
  @@ -37,8 +37,7 @@
       contains all the classes needed for the socket and sslsocket transports to
       function as both a client and a server.</para>
   
  -    <para><emphasis><emphasis
  -    role="bold">jboss-remoting-socket-client.jar</emphasis></emphasis> -
  +    <para><emphasis role="bold">jboss-remoting-socket-client.jar</emphasis> -
       contains all the classes needed for the socket and sslsocket transports to
       function as a client only. This means will not be able to perform any push
       callbacks or sending of streams using this jar.</para>
  @@ -56,7 +55,7 @@
       <para><emphasis role="bold">jboss-remoting-servlet.jar</emphasis> -
       contains all the classes needed for the servlet or sslservlet transports
       to function as a server only (also requires servlet-invoker.war be
  -    deployed within web container as well)</para>
  +    deployed within web container as well).</para>
   
       <para><emphasis role="bold">jboss-remoting-rmi.jar</emphasis> - contains
       all the classes needed for the rmi and sslrmi transports to function as a
  
  
  



More information about the jboss-cvs-commits mailing list