Index: jakarta-ant/docs/manual/CoreTasks/javac.html
===================================================================
RCS file: /home/cvspublic/jakarta-ant/docs/manual/CoreTasks/javac.html,v
retrieving revision 1.24
diff -c -r1.24 javac.html
*** jakarta-ant/docs/manual/CoreTasks/javac.html	14 Feb 2002 17:34:19 -0000	1.24
--- jakarta-ant/docs/manual/CoreTasks/javac.html	14 Feb 2002 19:06:32 -0000
***************
*** 118,124 ****
    </tr>
    <tr>
      <td valign="top">sourcepath</td>
!     <td valign="top">the sourcepath to use; defaults to the value of the srcdir attribute (or <code>&lt;src&gt;</code> elements).</td>
      <td align="center" valign="top">No</td>
    </tr>
    <tr>
--- 118,125 ----
    </tr>
    <tr>
      <td valign="top">sourcepath</td>
!     <td valign="top">the sourcepath to use; defaults to the value of the srcdir attribute (or <code>&lt;src&gt;</code> elements).
!         To suppress the sourcepath switch, use <code>sourcepath=""</code>.</td>
      <td align="center" valign="top">No</td>
    </tr>
    <tr>

