From b903538ccc9c4df9657fd04fa81b457fecdd4803 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.

---
 opendj-sdk/opendj3/src/main/docbkx/shared/man-dbtest.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opendj3/src/main/docbkx/shared/man-dbtest.xml b/opendj-sdk/opendj3/src/main/docbkx/shared/man-dbtest.xml
index 1c97718..3830441 100644
--- a/opendj-sdk/opendj3/src/main/docbkx/shared/man-dbtest.xml
+++ b/opendj-sdk/opendj3/src/main/docbkx/shared/man-dbtest.xml
@@ -125,7 +125,7 @@
   <title>Examples</title>
   <para>The following example displays debugging information about the
   equality index for <literal>sudoUser</literal>.</para>
-  <screen width="80">$ dbtest dump-database-container -n userRoot -b dc=example,dc=com \
+  <screen>$ dbtest dump-database-container -n userRoot -b dc=example,dc=com \
 &gt; -d sudoUser.equality
 Indexed Value (6 bytes): %admin
 Entry ID List (8 bytes): 165 

--
Gitblit v1.10.0