From acb5fd0e28d880c79bdbcc2fdba84e6fa89d50dd Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Fri, 16 Mar 2012 17:03:44 +0000
Subject: [PATCH] Fix for COMMWEB-47: Double-clicking to select console output in Docs does not work

---
 opendj3/src/main/docbkx/shared/sec-formatting-conventions.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/opendj3/src/main/docbkx/shared/sec-formatting-conventions.xml b/opendj3/src/main/docbkx/shared/sec-formatting-conventions.xml
index 6da751a..c779ac7 100644
--- a/opendj3/src/main/docbkx/shared/sec-formatting-conventions.xml
+++ b/opendj3/src/main/docbkx/shared/sec-formatting-conventions.xml
@@ -35,9 +35,9 @@
  <filename>filenames</filename>, <command>commands</command>, and
  <literal>literal values</literal>.</para>
 
- <screen>$ echo Terminal sessions are formatted with line folding for easier reading.
- In the HTML version, double-click to toggle between the folded version and
- the flat, copy-paste version. &gt; /dev/null</screen>
+ <screen>$ echo Terminal sessions are formatted with lines folded for easier reading.
+ In HTML documents click the [-] image for a flat, copy-paste version. Click
+ the [+] image for an expanded, line-wrapped version. &gt; /dev/null</screen>
 
  <para>In many cases, sections pertaining to UNIX, GNU/Linux, Mac OS X, BSD,
  and so forth are marked (UNIX). Sections pertaining to Microsoft Windows

--
Gitblit v1.10.0