From 78f55191d5cad63601afe429850369af91e3e2f7 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Mon, 11 Jun 2012 15:14:10 +0000
Subject: [PATCH] Address doc issue found by Richard and Gabor of Profiq in the context of OpenAM review: Clarify paths that the reader should define vs. those created as part of the install process

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

diff --git a/opendj3/src/main/docbkx/shared/sec-formatting-conventions.xml b/opendj3/src/main/docbkx/shared/sec-formatting-conventions.xml
index c779ac7..d878fe5 100644
--- a/opendj3/src/main/docbkx/shared/sec-formatting-conventions.xml
+++ b/opendj3/src/main/docbkx/shared/sec-formatting-conventions.xml
@@ -46,6 +46,12 @@
  <filename>/path/to/OpenDJ</filename>, even if the text applies to
  <filename>C:\path\to\OpenDJ</filename> as well.</para>
 
+ <para>Absolute path names usually begin with the placeholder
+ <filename>/path/to/</filename>, which might translate to
+ <filename>/opt/</filename>, <filename>C:\Program Files\</filename>, or
+ somewhere else on your system. Unless you install from native packages,
+ you create this location before you install.</para>
+
  <programlisting language='java'>class Test
 {
     public static void main(String [] args)

--
Gitblit v1.10.0