diff --git a/docs/manual/CoreTasks/signjar.html b/docs/manual/CoreTasks/signjar.html
index 55b6e0662..30dade65c 100644
--- a/docs/manual/CoreTasks/signjar.html
+++ b/docs/manual/CoreTasks/signjar.html
@@ -14,8 +14,7 @@ tool detailed dependency checking: files are only signed if they
are not signed. The signjar attribute can point to the file to
generate; if this file exists then
its modification date is used as a cue as to whether to resign any JAR file.
-
-Note: Requires Java 1.2 or later.
jar | the jar file to sign | -Yes. | +Yes, unless nested filesets have + been used. |
alias | @@ -102,7 +102,8 @@ block|||
fileset | -fileset of JAR files to sign | +fileset of JAR files to sign. Will be ignored if + the jar attribute of the task has been set. | No |
signs the ant.jar with alias "apache-group" accessing the keystore and private key via "secret" password.
Copyright © 2000-2002 Apache Software Foundation. All rights +
Copyright © 2000-2003 Apache Software Foundation. All rights Reserved.