From c077bb6c2c507099888f6942fe23c8efcf938b97 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Fri, 30 Sep 2011 10:23:29 +0000
Subject: [PATCH] Indexing, etc.

---
 opendj3/src/main/docbkx/install-guide/chap-upgrade.xml |   19 +++++++++----------
 1 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/opendj3/src/main/docbkx/install-guide/chap-upgrade.xml b/opendj3/src/main/docbkx/install-guide/chap-upgrade.xml
index 409df57..29af40c 100644
--- a/opendj3/src/main/docbkx/install-guide/chap-upgrade.xml
+++ b/opendj3/src/main/docbkx/install-guide/chap-upgrade.xml
@@ -30,7 +30,8 @@
  xmlns:xlink='http://www.w3.org/1999/xlink'
  xmlns:xinclude='http://www.w3.org/2001/XInclude'>
  <title>Upgrading to OpenDJ <?eval ${project.version}?></title>
-
+ <indexterm><primary>Upgrading</primary></indexterm>
+ 
  <para>You can upgrade from an earlier version of OpenDJ either directly
  from within the Java WebStart installer, or on the command-line using the
  <command>upgrade</command> command.</para>
@@ -42,7 +43,7 @@
   import your data from LDIF.</para>
  </note>
 
- <section>
+ <section xml:id="before-you-upgrade">
   <title>Before You Upgrade</title>
 
   <para>You must perform the upgrade procedure as the user who own the OpenDJ
@@ -95,13 +96,13 @@
   </orderedlist>
  </section>
 
- <section>
+ <section xml:id="upgrade-servers">
   <title>Upgrading OpenDJ Servers</title>
 
   <para>You can upgrade from the graphical installer, or from the command
   line.</para>
 
-  <procedure>
+  <procedure xml:id="upgrade-gui">
    <title>To Upgrade From the Graphical Installer</title>
    <step>
     <para>Login to a session where you can use a GUI as the user who owns the
@@ -149,7 +150,7 @@
    </step>
   </procedure>
 
-  <procedure>
+  <procedure xml:id="upgrade-cli">
    <title>To Upgrade On the Command Line</title>
 
    <step>
@@ -199,21 +200,19 @@
    </step>
   </procedure>
 
-  <procedure>
+  <procedure xml:id="upgrade-repl">
    <title>To Upgrade Replicated Servers</title>
    <step>
     <para>Upgrade each server sequentially, as described above.</para>
    </step>
   </procedure>
 
-  <procedure>
+  <procedure xml:id="upgrade-dsml">
    <title>To Upgrade OpenDJ DSML Gateway</title>
    <step>
-    <para>Replace the gateweay web application with the newer version,
+    <para>Replace the gateway web application with the newer version,
     as for a fresh installation.</para>
    </step>
   </procedure>
  </section>
-
 </chapter>
-

--
Gitblit v1.10.0