diff --git a/docs/manual/CoreTasks/javac.html b/docs/manual/CoreTasks/javac.html
index 413a30e1e..a81013f25 100644
--- a/docs/manual/CoreTasks/javac.html
+++ b/docs/manual/CoreTasks/javac.html
@@ -448,14 +448,14 @@ supports most attributes of <fileset>
(dir
becomes srcdir
) as well as the nested
<include>
, <exclude>
and
<patternset>
elements.
src
, classpath
, sourcepath
,
+srcdir
, classpath
, sourcepath
,
bootclasspath
and extdirs
<javac>
's srcdir
, classpath
,
sourcepath
, bootclasspath
, and
extdirs
attributes are
path-like structures
and can also be set via nested
-<src>
,
+<src>
(note the different name!),
<classpath>
,
<sourcepath>
,
<bootclasspath>
and