diff --git a/docs/manual/CoreTypes/filterchain.html b/docs/manual/CoreTypes/filterchain.html index 23627a251..e4c65b1bf 100644 --- a/docs/manual/CoreTypes/filterchain.html +++ b/docs/manual/CoreTypes/filterchain.html @@ -375,7 +375,7 @@ regular expression matching strings. -See Regexp Type for the description of the nested element regexp and of +See Regexp Type for the description of the nested element regexp and of the choice of regular expression implementation.

Example:

@@ -1159,7 +1159,7 @@ Include only lines that contain "foo"; This string filter replaces regular expressions. This filter may be used directly within a filterchain.

- See Regexp Type + See Regexp Type concerning the choice of the implementation.

@@ -1206,7 +1206,7 @@ The filter may optionally replace the matched regular expression. This filter may be used directly within a filterchain.

See -Regexp Type +Regexp Type concerning the choice of regular expression implementation.

diff --git a/docs/manual/CoreTypes/regexp.html b/docs/manual/CoreTypes/regexp.html index 0d962e310..2430dabc9 100644 --- a/docs/manual/CoreTypes/regexp.html +++ b/docs/manual/CoreTypes/regexp.html @@ -38,8 +38,7 @@ Defines a regular expression for later use with id myregexp.

Use the regular expression with id myregexp.

- -

Choice of regular expression implementation

+

Choice of regular expression implementation

Ant comes with wrappers for @@ -96,4 +95,4 @@ These string filters also use the mechanism of regexp to choose a regular expres

Copyright © 2003-2005 The Apache Software Foundation. All rights Reserved.

- \ No newline at end of file + diff --git a/docs/manual/base_task_classes.html b/docs/manual/base_task_classes.html index 9379076a9..f040de0f6 100644 --- a/docs/manual/base_task_classes.html +++ b/docs/manual/base_task_classes.html @@ -3,7 +3,7 @@ -Tasks Desinged for Extension +Tasks Designed for Extension