From 971c3b417639b5fb2799d2cead38406e4970aa38 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Fri, 23 Sep 2011 12:43:28 +0000
Subject: [PATCH] Fix typos (and add a couple of anchors and index entries)
---
opendj3/src/main/docbkx/install-guide/chap-before-you-install.xml | 14 ++++++++------
1 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/opendj3/src/main/docbkx/install-guide/chap-before-you-install.xml b/opendj3/src/main/docbkx/install-guide/chap-before-you-install.xml
index 4db39ae..4069b90 100644
--- a/opendj3/src/main/docbkx/install-guide/chap-before-you-install.xml
+++ b/opendj3/src/main/docbkx/install-guide/chap-before-you-install.xml
@@ -34,9 +34,10 @@
<para>This chapter covers covers what you need to consider before you run
OpenDJ in your production environment.</para>
- <section>
+ <section xml:id="prerequisites-java">
<title>Java Environment</title>
-
+ <indexterm><primary>Java requirements</primary></indexterm>
+
<para>OpenDJ software consists of pure Java applications. OpenDJ servers
and clients therefore should run on any system with full Java support.
OpenDJ is tested on a variety of operating systems, including Solaris
@@ -49,9 +50,10 @@
major security fix for TLS as well.</para>
</section>
- <section>
- <title>System, Network, & Storage Hardware</title>
-
+ <section xml:id="prerequisites-hardware">
+ <title>Hardware</title>
+ <indexterm><primary>Hardware requirements</primary></indexterm>
+
<para>Thanks to the underlying Java platform, OpenDJ software runs well
on a variety of processor architectures. Many directory service
deployments meet their service-level agreements without the very latest
@@ -65,7 +67,7 @@
<para>OpenDJ directory servers almost always benefit from having enough
system memory to cache all directory database files used. The reason
- is that reading from and writing to memory is typically must faster
+ is that reading from and writing to memory is typically much faster
than reading from and writing to disk storage. For small data sets,
you might not need extra memory. For large directories with millions of
user directory entries, the system might not have enough slots to house
--
Gitblit v1.10.0