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-dsreplication.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opendj3/src/main/docbkx/shared/man-dsreplication.xml b/opendj3/src/main/docbkx/shared/man-dsreplication.xml index aa7d30f..80e8afa 100644 --- a/opendj3/src/main/docbkx/shared/man-dsreplication.xml +++ b/opendj3/src/main/docbkx/shared/man-dsreplication.xml @@ -352,7 +352,7 @@ for a new replica whose admin port is 5444 from an existing replica whose admin port is 4444.</para> - <screen width="80">$ dsreplication enable -I admin -w password -X -n -b dc=example,dc=com \ + <screen>$ dsreplication enable -I admin -w password -X -n -b dc=example,dc=com \ > --host1 `hostname` --port1 4444 --bindDN1 "cn=Directory Manager" \ > --bindPassword1 password --replicationPort1 8989 \ > --host2 `hostname` --port2 5444 --bindDN2 "cn=Directory Manager" \ -- Gitblit v1.10.0