From c69bb7a93b3a9c3315347a488e19e96f3b4bf0b8 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.
---
opends/src/admin/defn/org/opends/server/admin/std/SoftReferenceEntryCacheConfiguration.xml | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/opends/src/admin/defn/org/opends/server/admin/std/SoftReferenceEntryCacheConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/SoftReferenceEntryCacheConfiguration.xml
index 5f44996..3bbf2cd 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/SoftReferenceEntryCacheConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/SoftReferenceEntryCacheConfiguration.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="soft-reference-entry-cache"
plural-name="soft-reference-entry-caches"
@@ -31,9 +31,10 @@
xmlns:adm="http://www.opends.org/admin"
xmlns:ldap="http://www.opends.org/admin-ldap">
<adm:synopsis>
+ The
<adm:user-friendly-name />
is a Directory Server entry cache implementation that uses soft
- references to manage objects in a way that will allow them to be
+ references to manage objects to allow them to be
freed if the JVM is running low on memory.
</adm:synopsis>
<adm:profile name="ldap">
@@ -53,7 +54,7 @@
</adm:property-override>
<adm:property name="lock-timeout" advanced="true">
<adm:synopsis>
- The length of time in milliseconds to wait while attempting to
+ Specifies the length of time in milliseconds to wait while attempting to
acquire a read or write lock.
</adm:synopsis>
<adm:default-behavior>
--
Gitblit v1.10.0