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-setup.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opendj3/src/main/docbkx/shared/man-setup.xml b/opendj3/src/main/docbkx/shared/man-setup.xml index 5867c7d..97a69aa 100644 --- a/opendj3/src/main/docbkx/shared/man-setup.xml +++ b/opendj3/src/main/docbkx/shared/man-setup.xml @@ -323,7 +323,7 @@ <title>Examples</title> <para>The following command installs OpenDJ directory server, enabling StartTLS and importing 100 example entries without interaction.</para> - <screen width="80">$ ./OpenDJ/setup --cli -b dc=example,dc=com -d 100 -D "cn=Directory Manager" \ + <screen>$ ./OpenDJ/setup --cli -b dc=example,dc=com -d 100 -D "cn=Directory Manager" \ > -w password -h `hostname` -p 1389 \ > --generateSelfSignedCertificate --enableStartTLS -n -- Gitblit v1.10.0