From 73e9d052ebfa49e843127da35e7e49ccb3c8899e Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Mon, 08 Sep 2014 09:14:32 +0000
Subject: [PATCH] Backport CR-4463 Fix for OPENDJ-1436: Admin guide should have links to the reference guide

---
 opends/src/main/docbkx/admin-guide/chap-monitoring.xml |   23 ++++++++++++++++++-----
 1 files changed, 18 insertions(+), 5 deletions(-)

diff --git a/opends/src/main/docbkx/admin-guide/chap-monitoring.xml b/opends/src/main/docbkx/admin-guide/chap-monitoring.xml
index 2091319..693195e 100644
--- a/opends/src/main/docbkx/admin-guide/chap-monitoring.xml
+++ b/opends/src/main/docbkx/admin-guide/chap-monitoring.xml
@@ -252,11 +252,24 @@
  <section xml:id="monitoring-status-and-tasks">
   <title>Server Operation &amp; Tasks</title>
   
-  <para>OpenDJ comes with two commands for monitoring server processes and
-  tasks. The <command>status</command> command displays basic information
-  about the local server, similar to what is seen in the default window of the
-  Control Panel. The <command>manage-tasks</command> command lets you manage
-  tasks scheduled on a server, such as nightly backup.</para>
+  <para>
+   OpenDJ comes with two commands for monitoring server processes and tasks.
+   The
+   <link
+    xlink:show="new"
+    xlink:href="admin-guide#status-1"
+    xlink:role="http://docbook.org/xlink/role/olink"
+   ><command>status</command></link> command
+   displays basic information about the local server,
+   similar to what is seen in the default window of the Control Panel.
+   The
+   <link
+    xlink:show="new"
+    xlink:href="admin-guide#manage-tasks-1"
+    xlink:role="http://docbook.org/xlink/role/olink"
+   ><command>manage-tasks</command></link> command
+   lets you manage tasks scheduled on a server, such as nightly backup.
+  </para>
   
   <para>The <command>status</command> command takes administrative credentials
   to read the configuration, as does the Control Panel.</para>

--
Gitblit v1.10.0