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-uninstall.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opendj3/src/main/docbkx/shared/man-uninstall.xml b/opendj-sdk/opendj3/src/main/docbkx/shared/man-uninstall.xml
index 5e75eee..0eac32e 100644
--- a/opendj-sdk/opendj3/src/main/docbkx/shared/man-uninstall.xml
+++ b/opendj-sdk/opendj3/src/main/docbkx/shared/man-uninstall.xml
@@ -285,7 +285,7 @@
   <title>Examples</title>
   <para>The following command removes OpenDJ directory server without
   interaction.</para>
-  <screen width="80">$ ./OpenDJ/uninstall -a --cli -I admin -w password -n
+  <screen>$ ./OpenDJ/uninstall -a --cli -I admin -w password -n
 
 Stopping Directory Server ..... Done.
 Deleting Files under the Installation Path ..... Done.

--
Gitblit v1.10.0