From b201fd5bcdb85c8db42618df2b8c510752be38f0 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Tue, 07 Feb 2012 11:21:31 +0000
Subject: [PATCH] Partial fix for COMMWEB-36: Use make.clean.html and docbook.css.source for styling HTML output

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

diff --git a/opendj3/src/main/docbkx/shared/sec-formatting-conventions.xml b/opendj3/src/main/docbkx/shared/sec-formatting-conventions.xml
index 79870f5..6da751a 100644
--- a/opendj3/src/main/docbkx/shared/sec-formatting-conventions.xml
+++ b/opendj3/src/main/docbkx/shared/sec-formatting-conventions.xml
@@ -35,17 +35,9 @@
  <filename>filenames</filename>, <command>commands</command>, and
  <literal>literal values</literal>.</para>
 
- <screen>
-$ echo Terminal sessions with very long lines are formatted with lines folded
- by default to make them easier to read on the screen and to make them fit
- on the printed page. In the HTML version, you can double-click the text to
- toggle between the folded version for easy reading and the flat, syntactically
- correct version for easy copy/pasting.
-Terminal sessions with very long lines are formatted with lines folded
- by default to make them easier to read on the screen and to make them fit
- on the printed page. In the HTML version, you can double-click the text to
- toggle between the folded version for easy reading and the flat, syntactically
- correct version for easy copy/pasting.</screen>
+ <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>
 
  <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