From 1bfbc041c7dac096e69103409979546b320187a3 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Wed, 19 Mar 2003 09:11:57 +0000 Subject: [PATCH] Merge fix for bug 14697 from 1.5 branch git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274282 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/genkey.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/manual/CoreTasks/genkey.html b/docs/manual/CoreTasks/genkey.html index 709dc5518..e89cbd97b 100644 --- a/docs/manual/CoreTasks/genkey.html +++ b/docs/manual/CoreTasks/genkey.html @@ -76,7 +76,12 @@ -

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

+

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 (",") are replaced +with "\,".

+

The following two examples are identical:

Examples

@@ -96,7 +101,7 @@ </genkey>
-

Copyright © 2000-2001 Apache Software Foundation. All rights +

Copyright © 2000-2001,2003 Apache Software Foundation. All rights Reserved.