Browse Source

document backwards compatibility hack in chmod. PR 41054

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@687765 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 17 years ago
parent
commit
739c7e224a
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      docs/manual/CoreTasks/chmod.html

+ 5
- 1
docs/manual/CoreTasks/chmod.html View File

@@ -73,7 +73,11 @@ could use as initial value for these experiments.</p>
<tr>
<td valign="top">dir</td>
<td valign="top">the directory which holds the files whose permissions
must be changed.</td>
must be changed.<br/>
<b>Note:</b> for backwards compatibility
reasons <code>&lt;chmod&nbsp;dir="some-dir"/&gt;</code> will
only change the permissions on "some-dir" but not recurse into
it, unless you also specify any patterns.</td>
</tr>
<tr>
<td valign="top">perm</td>


Loading…
Cancel
Save