From ea00bad238fa032f05a31f3ebffeba777bfac3f9 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Fri, 15 Jul 2011 07:24:44 +0000
Subject: [PATCH] Continue commands in <screen> with just "\n " rather than " \\\n&gt; " to make copy/pasting and updating easier.

---
 opendj3/src/main/docbkx/shared/man-dsreplication.xml |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/opendj3/src/main/docbkx/shared/man-dsreplication.xml b/opendj3/src/main/docbkx/shared/man-dsreplication.xml
index 80e8afa..62fa59e 100644
--- a/opendj3/src/main/docbkx/shared/man-dsreplication.xml
+++ b/opendj3/src/main/docbkx/shared/man-dsreplication.xml
@@ -352,11 +352,11 @@
   for a new replica whose admin port is 5444 from an existing replica
   whose admin port is 4444.</para>
   
-  <screen>$ dsreplication enable -I admin -w password -X -n -b dc=example,dc=com \
-&gt; --host1 `hostname` --port1 4444 --bindDN1 "cn=Directory Manager" \
-&gt; --bindPassword1 password --replicationPort1 8989 \
-&gt; --host2 `hostname` --port2 5444 --bindDN2 "cn=Directory Manager" \
-&gt; --bindPassword2 password --replicationPort2 9989
+  <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"
+ --bindPassword2 password --replicationPort2 9989
 
 Establishing connections ..... Done.
 Checking registration information ..... Done.
@@ -384,8 +384,8 @@
 See
 /var/.../opends-replication-7958637258600693490.log
 for a detailed log of this operation.
-$ dsreplication initialize-all -I admin -w password -X -n -b dc=example,dc=com \
-&gt; -h `hostname` -p 4444
+$ dsreplication initialize-all -I admin -w password -X -n -b dc=example,dc=com
+ -h `hostname` -p 4444
 
 Initializing base DN dc=example,dc=com with the contents from localhost:4444:
 160 entries processed (100 % complete).

--
Gitblit v1.10.0