Repository: ant Updated Branches: refs/heads/master 0ac78d6d9 -> d6112a03f
Provide a better description of a parameter Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/d6112a03 Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/d6112a03 Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/d6112a03 Branch: refs/heads/master Commit: d6112a03fe60eb0c97cb93e46cf56e76a1acbcb3 Parents: 0ac78d6 Author: Gintas Grigelionis <[email protected]> Authored: Mon May 7 08:11:08 2018 +0200 Committer: Gintas Grigelionis <[email protected]> Committed: Mon May 7 08:11:08 2018 +0200 ---------------------------------------------------------------------- manual/Types/filterchain.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant/blob/d6112a03/manual/Types/filterchain.html ---------------------------------------------------------------------- diff --git a/manual/Types/filterchain.html b/manual/Types/filterchain.html index 8aab924..0b2ac6d 100644 --- a/manual/Types/filterchain.html +++ b/manual/Types/filterchain.html @@ -722,8 +722,8 @@ and <q>//</q></p> </tr> <tr> <td>tablength</td> - <td>Defaults to <q>8</q></td> - <td>No</td> + <td>Amount of space characters to replace a tab character with.</td> + <td>No; defaults to <q>8</q></td> </tr> </table>
