bodewig 2003/03/19 01:11:57
Modified: docs/manual/CoreTasks genkey.html
Log:
Merge fix for bug 14697 from 1.5 branch
Revision Changes Path
1.8 +7 -2 ant/docs/manual/CoreTasks/genkey.html
Index: genkey.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/CoreTasks/genkey.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- genkey.html 1 Jun 2002 12:26:33 -0000 1.7
+++ genkey.html 19 Mar 2003 09:11:57 -0000 1.8
@@ -76,7 +76,12 @@
</tr>
</table>
-<p>Alternatively you can specify the distinguished name by creating a
sub-element named dname and populating it with param elements that have a name
and a value. When using the subelement it is automatically encoded properly and
, are replace</p>
+<p>Alternatively you can specify the distinguished name by creating a
+sub-element named dname and populating it with param elements that
+have a name and a value. When using the subelement it is automatically
+encoded properly and commas ("<code>,</code>") are replaced
+with "<code>\,</code>".</p>
+
<p>The following two examples are identical: </p>
<h3>Examples</h3>
@@ -96,7 +101,7 @@
</genkey></code></pre>
</blockquote>
<hr>
-<p align="center">Copyright © 2000-2001 Apache Software Foundation. All
rights
+<p align="center">Copyright © 2000-2001,2003 Apache Software
Foundation. All rights
Reserved.</p>
</body>