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> " to make copy/pasting and updating easier.
---
opendj3/src/main/docbkx/admin-guide/chap-troubleshooting.xml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/opendj3/src/main/docbkx/admin-guide/chap-troubleshooting.xml b/opendj3/src/main/docbkx/admin-guide/chap-troubleshooting.xml
index debe340..131bfe7 100644
--- a/opendj3/src/main/docbkx/admin-guide/chap-troubleshooting.xml
+++ b/opendj3/src/main/docbkx/admin-guide/chap-troubleshooting.xml
@@ -99,8 +99,8 @@
warn when entries have more than one structural object class instead of
reject such entries being added, set the property as follows.</para>
- <screen>$ dsconfig -p 4444 -h `hostname` -D "cn=Directory Manager" -w password \
-> set-global-configuration-prop
+ <screen>$ dsconfig -p 4444 -h `hostname` -D "cn=Directory Manager" -w password
+ set-global-configuration-prop
> --set single-structural-objectclass-behavior:warn -X -n</screen>
<para>By default, OpenDJ also checks syntax for a number of attribute types.
@@ -128,8 +128,8 @@
software. For example, the Java environment is distributed with a key store
holding many CA certificates.</para>
- <screen>$ keytool -list -keystore $JAVA_HOME/lib/security/cacerts -storepass changeit \
-> | wc -l
+ <screen>$ keytool -list -keystore $JAVA_HOME/lib/security/cacerts -storepass changeit
+ | wc -l
334</screen>
<para>The self-signed server certificates that can be configured during
--
Gitblit v1.10.0