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-modrate.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/opendj3/src/main/docbkx/shared/man-modrate.xml b/opendj3/src/main/docbkx/shared/man-modrate.xml
index 1e3bc2a..70324f1 100644
--- a/opendj3/src/main/docbkx/shared/man-modrate.xml
+++ b/opendj3/src/main/docbkx/shared/man-modrate.xml
@@ -348,9 +348,9 @@
   using the modrate command to write random 16-character description values
   to all entries in a sample file.</para>
   <screen>$ grep ^uid: /path/to/Example.ldif | sed -e "s/uid: //" &gt; names.txt
-$ modrate -p 1389 -D cn=directory\ manager -w secret12 \
-&gt; -b "uid=%s,ou=people,dc=example,dc=com" -g "rand(names.txt)" \
-&gt;"description:%s" -g "randStr(16)" -A -F -c 4 -t 4
+$ modrate -p 1389 -D cn=directory\ manager -w secret12
+ -b "uid=%s,ou=people,dc=example,dc=com" -g "rand(names.txt)"
+ "description:%s" -g "randStr(16)" -A -F -c 4 -t 4
 -----------------------------------------------------------------
      Throughput                            Response Time         
    (ops/second)                           (milliseconds)         

--
Gitblit v1.10.0