From 16b4d05ab194d40c62de5d68e365a4daa28dd868 Mon Sep 17 00:00:00 2001
From: lfrost <lfrost@localhost>
Date: Tue, 29 Jan 2008 07:08:43 +0000
Subject: [PATCH] Doc changes to Log Publisher Configuration docs and some copyright changes. Thanks to Daniel for the review.

---
 opends/src/admin/defn/org/opends/server/admin/std/FileBasedDebugLogPublisherConfiguration.xml |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/opends/src/admin/defn/org/opends/server/admin/std/FileBasedDebugLogPublisherConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/FileBasedDebugLogPublisherConfiguration.xml
index 8f1586c..f599a9c 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/FileBasedDebugLogPublisherConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/FileBasedDebugLogPublisherConfiguration.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="file-based-debug-log-publisher"
   plural-name="file-based-debug-log-publishers"
@@ -51,7 +51,7 @@
   </adm:property-override>
   <adm:property name="asynchronous" mandatory="true" advanced="true">
     <adm:synopsis>
-      Indicate whether the
+      Indicates whether the
       <adm:user-friendly-name />
       will publish records asynchronously.
     </adm:synopsis>
@@ -126,7 +126,7 @@
           <adm:regex>^([0-7][0-7][0-7])$</adm:regex>
           <adm:usage>MODE</adm:usage>
           <adm:synopsis>
-            An valid UNIX mode string. The mode string must contain
+            A valid UNIX mode string. The mode string must contain
             three digits between zero and seven.
           </adm:synopsis>
         </adm:pattern>
@@ -140,8 +140,8 @@
   </adm:property>
   <adm:property name="time-interval" advanced="true">
     <adm:synopsis>
-      Specifies the interval to check whether the log files need to be
-      rotated.
+      Specifies the interval at which to check whether the log files 
+      need to be rotated.
     </adm:synopsis>
     <adm:default-behavior>
       <adm:defined>
@@ -178,7 +178,7 @@
       Specifies whether to flush the writer after every log record.
     </adm:synopsis>
     <adm:description>
-      If the asynchronous writes option is used, the writer will be
+      If the asynchronous writes option is used, the writer is
       flushed after all the log records in the queue are written.
     </adm:description>
     <adm:default-behavior>
@@ -247,13 +247,13 @@
       .
     </adm:synopsis>
     <adm:description>
-      When multiple policies are used, log files will be cleaned when
+      When multiple policies are used, log files are cleaned when
       any of the policy's conditions are met.
     </adm:description>
     <adm:default-behavior>
       <adm:alias>
         <adm:synopsis>
-          No retention policy is used and log files will never be
+          No retention policy is used and log files are never 
           cleaned.
         </adm:synopsis>
       </adm:alias>

--
Gitblit v1.10.0