diff --git a/docs/manual/CoreTypes/mapper.html b/docs/manual/CoreTypes/mapper.html
index b1f40e92c..352b26eaf 100644
--- a/docs/manual/CoreTypes/mapper.html
+++ b/docs/manual/CoreTypes/mapper.html
@@ -40,7 +40,7 @@ with the following attributes:
specifies the implementation by class name. |
- classpath |
+ classpath |
the classpath to use when looking up
classname . |
No |
@@ -52,13 +52,13 @@ with the following attributes:
No |
- from |
+ from |
the from attribute for the given
implementation. |
Depends on implementation. |
- to |
+ to |
the to attribute for the given
implementation. |
Depends on implementation. |
@@ -497,7 +497,7 @@ jakarta-ORO and finally try jakarta-regexp.
<path path="Aj.Java"/>
<chainedmapper>
<flattenmapper/>
- <globmapper from="a(*.)java" to="\1.java.bak" casesensitive="no"/>
+ <regexpmapper from="a(*.)java" to="\1.java.bak" casesensitive="no"/>
</chainedmapper>
</pathconvert>
<echo>x is ${x}</echo>
@@ -789,4 +789,3 @@ Reserved.