bodewig 2003/03/19 01:11:11
Modified: docs/manual/CoreTasks Tag: ANT_15_BRANCH genkey.html
Log:
Complete sentence with knowledge gained by raeding the source.
PR: 14697
Revision Changes Path
No revision
No revision
1.6.2.2 +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.6.2.1
retrieving revision 1.6.2.2
diff -u -r1.6.2.1 -r1.6.2.2
--- genkey.html 3 May 2002 09:40:28 -0000 1.6.2.1
+++ genkey.html 19 Mar 2003 09:11:10 -0000 1.6.2.2
@@ -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>