From 622bd3cd09d87f2476e37660bab516b60bb6758b Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Mon, 19 Jan 2015 16:06:16 +0000
Subject: [PATCH] CR-5819 OPENDJ-1732 Note that running dbtest can be very expensive

---
 opends/src/main/docbkx/admin-guide/man-dbtest.xml |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/opends/src/main/docbkx/admin-guide/man-dbtest.xml b/opends/src/main/docbkx/admin-guide/man-dbtest.xml
index 7b5e715..462d686 100644
--- a/opends/src/main/docbkx/admin-guide/man-dbtest.xml
+++ b/opends/src/main/docbkx/admin-guide/man-dbtest.xml
@@ -20,7 +20,7 @@
   !
   ! CCPL HEADER END
   !
-  !      Copyright 2011-2014 ForgeRock AS
+  !      Copyright 2011-2015 ForgeRock AS.
   !    
 -->
 <refentry xml:id='dbtest-1'
@@ -29,7 +29,7 @@
  xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
  xsi:schemaLocation='http://docbook.org/ns/docbook
                      http://docbook.org/xml/5.0/xsd/docbook.xsd'>
- <info><copyright><year>2011-2014</year><holder>ForgeRock AS</holder></copyright></info>
+ <info><copyright><year>2011-2015</year><holder>ForgeRock AS.</holder></copyright></info>
  <refmeta>
   <refentrytitle>dbtest</refentrytitle><manvolnum>1</manvolnum>
   <refmiscinfo class="software">OpenDJ</refmiscinfo>
@@ -41,7 +41,7 @@
  </refnamediv>
  <refsynopsisdiv>
   <cmdsynopsis>
-   <command>dbtest</command> <command>subcommand</command> <arg>options</arg>
+   <command>dbtest <replaceable>subcommand</replaceable></command> <arg>options</arg>
   </cmdsynopsis>
  </refsynopsisdiv>
  <refsect1>
@@ -80,6 +80,11 @@
       <para>List the status of indexes in an entry container</para>
 
       <para>
+       This command can take a long time to complete,
+       as it reads all indexes for all backends.
+      </para>
+
+      <para>
        When you list index status, the result is a table,
        followed by a "Total", which is the total number of indexes,
        followed by a list of indexes with "Undefined keys" to show

--
Gitblit v1.10.0