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/admin-guide/chap-schema.xml |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/opendj3/src/main/docbkx/admin-guide/chap-schema.xml b/opendj3/src/main/docbkx/admin-guide/chap-schema.xml
index 6187e98..fe79c89 100644
--- a/opendj3/src/main/docbkx/admin-guide/chap-schema.xml
+++ b/opendj3/src/main/docbkx/admin-guide/chap-schema.xml
@@ -209,15 +209,15 @@
   classes defined per entry, you can relax schema checking to warn rather
   than reject entries having this issue.</para>
   
-  <screen>$ dsconfig -h `hostname` -p 4444 -D "cn=Directory Manager" -w password \
-&gt; set-global-configuration-prop
+  <screen>$ dsconfig -h `hostname` -p 4444 -D "cn=Directory Manager" -w password
+ set-global-configuration-prop
 --set single-structural-objectclass-behavior:warn -X -n</screen>
 
   <para>You can allow attribute values that do not respect the defined syntax
   with the <command>dsconfig</command> command as well.</para>
   
-  <screen>$ dsconfig -h `hostname` -p 4444 -D "cn=Directory Manager" -w password \
-&gt; set-global-configuration-prop
+  <screen>$ dsconfig -h `hostname` -p 4444 -D "cn=Directory Manager" -w password
+ set-global-configuration-prop
 --set invalid-attribute-syntax-behavior:warn -X -n</screen>
 
   <para>You can even turn off schema checking altogether, although turning
@@ -226,8 +226,8 @@
   you simply want to turn off schema checking temporarily to speed up import
   processing.</para>
   
-  <screen>$ dsconfig -h `hostname` -p 4444 -D "cn=Directory Manager" -w password \
-&gt; set-global-configuration-prop --set check-schema:false -X -n</screen>
+  <screen>$ dsconfig -h `hostname` -p 4444 -D "cn=Directory Manager" -w password
+ set-global-configuration-prop --set check-schema:false -X -n</screen>
  </section>
 
  <section>

--
Gitblit v1.10.0