From bf14858204352c58d5bee93697dee91119f42333 Mon Sep 17 00:00:00 2001 From: Mark Craig <mark.craig@forgerock.com> Date: Tue, 05 Jul 2011 16:26:18 +0000 Subject: [PATCH] Attempt to make the PDF output easier to read, and eliminate need for width="80" on monospace verbatim blocks. --- opendj3/src/main/docbkx/dev-guide/chap-reading.xml | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/opendj3/src/main/docbkx/dev-guide/chap-reading.xml b/opendj3/src/main/docbkx/dev-guide/chap-reading.xml index 330fbc0..7eb8487 100644 --- a/opendj3/src/main/docbkx/dev-guide/chap-reading.xml +++ b/opendj3/src/main/docbkx/dev-guide/chap-reading.xml @@ -31,7 +31,11 @@ xmlns:xinclude='http://www.w3.org/2001/XInclude'> <title>Searching & Comparing Directory Data</title> - <para>TODO</para> + <para>Traditionally directories excel at serving read requests. This chapter + covers the read (search and compare) capabilities that OpenDJ LDAP Java SDK + provides. The data used in examples here is + <link xlink:href="http://mcraig.org/ldif/Example.ldif">available + online</link>.</para> <section> <title>Search Objects & Methods</title> -- Gitblit v1.10.0