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

diff --git a/opendj3/src/main/docbkx/shared/man-dsframework.xml b/opendj3/src/main/docbkx/shared/man-dsframework.xml
index ef23aea..0acc194 100644
--- a/opendj3/src/main/docbkx/shared/man-dsframework.xml
+++ b/opendj3/src/main/docbkx/shared/man-dsframework.xml
@@ -259,8 +259,8 @@
   <title>Examples</title>
   <para>This example lists server properties.</para>
   <screen>
-$ dsframework -p 4444 -h `hostname` -D "cn=Directory Manager" -w password -X \
-&gt; list-server-properties
+$ dsframework -p 4444 -h `hostname` -D "cn=Directory Manager" -w password -X
+ list-server-properties
 Option Types:
 
  r -- Property value(s) are readable

--
Gitblit v1.10.0