ehatcher    2003/10/08 10:09:24

  Modified:    xdocs    fileformats.xml
               docs     fileformats.html
  Log:
  Fix UInt64 typo
  
  Revision  Changes    Path
  1.5       +1 -1      jakarta-lucene/xdocs/fileformats.xml
  
  Index: fileformats.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-lucene/xdocs/fileformats.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- fileformats.xml   2 Sep 2003 13:58:01 -0000       1.4
  +++ fileformats.xml   8 Oct 2003 17:09:24 -0000       1.5
  @@ -283,7 +283,7 @@
                       bytes, high-order bytes first.
                   </p>
   
  -                <p>UInt32    --&gt; &lt;Byte&gt;<sup>8</sup>
  +                <p>UInt64    --&gt; &lt;Byte&gt;<sup>8</sup>
                   </p>
   
               </subsection>
  
  
  
  1.12      +1 -1      jakarta-lucene/docs/fileformats.html
  
  Index: fileformats.html
  ===================================================================
  RCS file: /home/cvs/jakarta-lucene/docs/fileformats.html,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- fileformats.html  2 Sep 2003 13:58:01 -0000       1.11
  +++ fileformats.html  8 Oct 2003 17:09:24 -0000       1.12
  @@ -451,7 +451,7 @@
                       64-bit unsigned integers are written as eight
                       bytes, high-order bytes first.
                   </p>
  -                                                <p>UInt32    --&gt; 
&lt;Byte&gt;<sup>8</sup>
  +                                                <p>UInt64    --&gt; 
&lt;Byte&gt;<sup>8</sup>
                   </p>
                               </blockquote>
         </td></tr>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to