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

diff --git a/opendj3/src/main/docbkx/shared/man-restore.xml b/opendj3/src/main/docbkx/shared/man-restore.xml
index e38f8df..cfa7751 100644
--- a/opendj3/src/main/docbkx/shared/man-restore.xml
+++ b/opendj3/src/main/docbkx/shared/man-restore.xml
@@ -289,8 +289,8 @@
   <title>Examples</title>
   <para>The following example schedules a restore as a task to begin
   immediately.</para>
-  <screen>$ restore -p 5444 -D "cn=Directory Manager" -w password \
-&gt; -d /path/to/OpenDJ/bak -I 20110613080032 -t 0
+  <screen>$ restore -p 5444 -D "cn=Directory Manager" -w password
+ -d /path/to/OpenDJ/bak -I 20110613080032 -t 0
 Restore task 20110613155052932 scheduled to start Jun 13, 2011 3:50:52 PM CEST</screen>
  </refsect1>
 </refentry>

--
Gitblit v1.10.0