From ee0fbff002e17a56aca09cb8dc7da0f4fe20ad6e Mon Sep 17 00:00:00 2001
From: boli <boli@localhost>
Date: Tue, 31 Jul 2007 21:38:45 +0000
Subject: [PATCH]
---
opends/src/admin/defn/org/opends/server/admin/std/VLVJEIndexConfiguration.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opends/src/admin/defn/org/opends/server/admin/std/VLVJEIndexConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/VLVJEIndexConfiguration.xml
index fe0824c..9e3334c 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/VLVJEIndexConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/VLVJEIndexConfiguration.xml
@@ -94,10 +94,10 @@
Search the base object only.
</adm:synopsis>
</adm:value>
- <adm:value name="single-object">
+ <adm:value name="single-level">
<adm:synopsis>
- Search subordinate objects to the base object but not include
- the base object itself.
+ Search immediate children of the base object but not include
+ any of their descendants and the base object itself.
</adm:synopsis>
</adm:value>
<adm:value name="subordinate-subtree">
--
Gitblit v1.10.0