Browse Source

Fix typo

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274026 13f79535-47bb-0310-9956-ffa450edef68
master
Conor MacNeill 22 years ago
parent
commit
107a8994df
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      docs/manual/CoreTasks/exec.html
  2. +1
    -1
      docs/manual/CoreTasks/java.html

+ 1
- 1
docs/manual/CoreTasks/exec.html View File

@@ -102,7 +102,7 @@ Windows executable and is not aware of Cygwin conventions.
<td valign="top">inputstring</td> <td valign="top">inputstring</td>
<td valign="top">A string which serves as the input stream for the <td valign="top">A string which serves as the input stream for the
executed command. This attribute is mutually exclusive with the executed command. This attribute is mutually exclusive with the
inputstring attribute.</td>
input attribute.</td>
<td align="center" valign="top">No</td> <td align="center" valign="top">No</td>
</tr> </tr>
<tr> <tr>


+ 1
- 1
docs/manual/CoreTasks/java.html View File

@@ -140,7 +140,7 @@ JVM.
<td valign="top">inputstring</td> <td valign="top">inputstring</td>
<td valign="top">A string which serves as the input stream for the <td valign="top">A string which serves as the input stream for the
executed command. This attribute is mutually exclusive with the executed command. This attribute is mutually exclusive with the
inputstring attribute.</td>
input attribute.</td>
<td align="center" valign="top">No</td> <td align="center" valign="top">No</td>
</tr> </tr>
<tr> <tr>


Loading…
Cancel
Save