From 27c22656e82bbc3091c82a546048b8a832598af5 Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Wed, 06 Feb 2008 08:52:23 +0000
Subject: [PATCH] On behalf of Gene (doc team),  Some modification for the doc generation.

---
 opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/SMTPAlertHandlerConfiguration.xml |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/SMTPAlertHandlerConfiguration.xml b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/SMTPAlertHandlerConfiguration.xml
index 06e0dfc..fff5db7 100644
--- a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/SMTPAlertHandlerConfiguration.xml
+++ b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/SMTPAlertHandlerConfiguration.xml
@@ -23,7 +23,7 @@
   ! CDDL HEADER END
   !
   !
-  !      Portions Copyright 2007 Sun Microsystems, Inc.
+  !      Portions Copyright 2007-2008 Sun Microsystems, Inc.
   ! -->
 <adm:managed-object name="smtp-alert-handler"
   plural-name="smtp-alert-handlers"
@@ -53,7 +53,7 @@
   </adm:property-override>
   <adm:property name="sender-address" mandatory="true">
     <adm:synopsis>
-      Specifies the e-mail address to use as the sender for messages
+      Specifies the email address to use as the sender for messages
       generated by this alert handler.
     </adm:synopsis>
     <adm:syntax>
@@ -68,7 +68,7 @@
   <adm:property name="recipient-address" mandatory="true"
     multi-valued="true">
     <adm:synopsis>
-      Specifies an e-mail address to which the messages should be sent.
+      Specifies an email address to which the messages should be sent.
     </adm:synopsis>
     <adm:description>
       Multiple values may be provided if there should be more than one
@@ -85,15 +85,15 @@
   </adm:property>
   <adm:property name="message-subject" mandatory="true">
     <adm:synopsis>
-      Specifies the subject that should be used for e-mail messages
+      Specifies the subject that should be used for email messages
       generated by this alert handler.
     </adm:synopsis>
     <adm:description>
-      The token "%%%%alert-type%%%%" will be dynamically replaced with
-      the alert type string. The token "%%%%alert-id%%%%" will be
+      The token "%%%%alert-type%%%%" is dynamically replaced with
+      the alert type string. The token "%%%%alert-id%%%%" is
       dynamically replaced with the alert ID value. The token
-      "%%%%alert-message%%%%" will be dynamically replaced with the
-      alert message. The token "\\n" will be replaced with an
+      "%%%%alert-message%%%%" is dynamically replaced with the
+      alert message. The token "\\n" is replaced with an
       end-of-line marker.
     </adm:description>
     <adm:syntax>
@@ -107,15 +107,15 @@
   </adm:property>
   <adm:property name="message-body" mandatory="true">
     <adm:synopsis>
-      Specifies the body that should be used for e-mail messages
+      Specifies the body that should be used for email messages
       generated by this alert handler.
     </adm:synopsis>
     <adm:description>
-      The token "%%%%alert-type%%%%" will be dynamically replaced with
-      the alert type string. The token "%%%%alert-id%%%%" will be
+      The token "%%%%alert-type%%%%" is dynamically replaced with
+      the alert type string. The token "%%%%alert-id%%%%" is
       dynamically replaced with the alert ID value. The token
-      "%%%%alert-message%%%%" will be dynamically replaced with the
-      alert message. The token "\\n" will be replaced with an
+      "%%%%alert-message%%%%" is dynamically replaced with the
+      alert message. The token "\\n" is replaced with an
       end-of-line marker.
     </adm:description>
     <adm:syntax>

--
Gitblit v1.10.0