bodewig     01/06/12 02:40:00

  Modified:    docs/manual/CoreTasks tar.html
  Log:
  Fix typo in tar documentation.
  
  PR: 2120
  Submitted by: [EMAIL PROTECTED] (Rey Hernandez)
  
  Revision  Changes    Path
  1.5       +2 -2      jakarta-ant/docs/manual/CoreTasks/tar.html
  
  Index: tar.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/tar.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- tar.html  2001/03/22 08:06:21     1.4
  +++ tar.html  2001/06/12 09:39:55     1.5
  @@ -125,8 +125,8 @@
       <td align="center" valign="top">No</td>
     </tr>
     <tr>
  -    <td valign="top">groupname</td>
  -    <td valign="top">The username for the tar entry. This is not the same as 
the GID, which is 
  +    <td valign="top">group</td>
  +    <td valign="top">The groupname for the tar entry. This is not the same 
as the GID, which is 
                        not currently set by the tar task.</td>
       <td align="center" valign="top">No</td>
     </tr>
  
  
  

Reply via email to