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-authrate.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opendj3/src/main/docbkx/shared/man-authrate.xml b/opendj3/src/main/docbkx/shared/man-authrate.xml
index 58befab..eecaa3e 100644
--- a/opendj3/src/main/docbkx/shared/man-authrate.xml
+++ b/opendj3/src/main/docbkx/shared/man-authrate.xml
@@ -350,8 +350,8 @@
   <title>Examples</title>
   <para>The following example demonstrates measuring simple bind
   performance.</para>
-  <screen>$ authrate -p 1389 -g "rand(names.txt)" \
-&gt; -D "uid=%s,ou=people,dc=example,dc=com" -w password -c 10 -f
+  <screen>$ authrate -p 1389 -g "rand(names.txt)"
+ -D "uid=%s,ou=people,dc=example,dc=com" -w password -c 10 -f
 -----------------------------------------------------------------
      Throughput                            Response Time         
    (ops/second)                           (milliseconds)         

--
Gitblit v1.10.0