From 5b085f0ef0554a6d7a6bad1e0fdbe50b92cf6f43 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Mon, 06 Jun 2011 15:58:53 +0000
Subject: [PATCH] Draft chapter on performing LDAP operations. Some updates to other bits of doc reflecting things I found while writing the draft chapter.

---
 opendj3/src/main/docbkx/shared/man-ldapcompare.xml |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/opendj3/src/main/docbkx/shared/man-ldapcompare.xml b/opendj3/src/main/docbkx/shared/man-ldapcompare.xml
index c1d2bdd..85c7304 100644
--- a/opendj3/src/main/docbkx/shared/man-ldapcompare.xml
+++ b/opendj3/src/main/docbkx/shared/man-ldapcompare.xml
@@ -276,6 +276,15 @@
      </listitem>
     </varlistentry>
     <varlistentry>
+     <term><replaceable>ldap-error</replaceable></term>
+     <listitem>
+      <para>An LDAP error occurred while processing the operation.</para>
+      <para>LDAP result codes are described in <link
+      xlink:href="http://tools.ietf.org/html/rfc4511#appendix-A">RFC
+      4511</link>. Also see the additional information for details.</para>
+     </listitem>
+    </varlistentry>
+    <varlistentry>
      <term>89</term>
      <listitem>
       <para>An error occurred while parsing the command-line arguments.</para>

--
Gitblit v1.10.0