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

diff --git a/opendj3/src/main/docbkx/install-guide/chap-uninstall.xml b/opendj3/src/main/docbkx/install-guide/chap-uninstall.xml
index 4d86ee8..fd9333a 100644
--- a/opendj3/src/main/docbkx/install-guide/chap-uninstall.xml
+++ b/opendj3/src/main/docbkx/install-guide/chap-uninstall.xml
@@ -82,7 +82,7 @@
    <command>uninstall</command> options to specify choices for the options.
    See <command>uninstall --help</command> for more information.</para>
    
-   <screen width='80'>$ cd /path/to/OpenDJ-<?eval ${project.version}?>
+   <screen>$ cd /path/to/OpenDJ-<?eval ${project.version}?>
 $ ./uninstall --cli
 Do you want to remove all components of the server or select the components to
 remove?
@@ -112,7 +112,7 @@
    <para>If the command output tells you to delete files manually, then remove
    those remaining files to complete the process.</para>
  
-   <screen width='80'>$ rm -rf /path/to/OpenDJ-<?eval ${project.version}?></screen>
+   <screen>$ rm -rf /path/to/OpenDJ-<?eval ${project.version}?></screen>
   </step>
  </procedure>
 </chapter>

--
Gitblit v1.10.0