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/shared/man-manage-tasks.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj3/src/main/docbkx/shared/man-manage-tasks.xml b/opendj3/src/main/docbkx/shared/man-manage-tasks.xml
index 27a9f74..4930fd0 100644
--- a/opendj3/src/main/docbkx/shared/man-manage-tasks.xml
+++ b/opendj3/src/main/docbkx/shared/man-manage-tasks.xml
@@ -238,7 +238,7 @@
   <title>Examples</title>
   <para>The following example demonstrates use of the command with a server
   that does daily backups at 2:00 AM.</para>
-  <screen width="80">$ manage-tasks -p 4444 -h `hostname` -D "cn=Directory Manager" -w password -s
+  <screen>$ manage-tasks -p 4444 -h `hostname` -D "cn=Directory Manager" -w password -s
 
   ID                                Type    Status
   ---------------------------------------------------------------

--
Gitblit v1.10.0