From f2832d2adf885b6a58bf28593548383da1ac0755 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Tue, 16 Jul 2013 12:55:19 +0000
Subject: [PATCH] CR-2006 Fix for OPENDJ-1046: Make paths to commands consistent throughout the doc set

---
 opends/src/main/docbkx/admin-guide/man-dsconfig.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/opends/src/main/docbkx/admin-guide/man-dsconfig.xml b/opends/src/main/docbkx/admin-guide/man-dsconfig.xml
index c5a7b5f..a3547a5 100644
--- a/opends/src/main/docbkx/admin-guide/man-dsconfig.xml
+++ b/opends/src/main/docbkx/admin-guide/man-dsconfig.xml
@@ -373,7 +373,7 @@
    <listitem><para>get-<replaceable>component</replaceable>-prop</para></listitem>
    <listitem><para>set-<replaceable>component</replaceable>-prop</para></listitem>
   </itemizedlist>
-  
+
   <para>Component properties for the <command>dsconfig</command> command are
   covered in the <link xlink:show="new" xlink:href="${configRefBase}"
   ><citetitle>OpenDJ Configuration Reference</citetitle></link>.</para>
@@ -5462,7 +5462,7 @@
 
   <para>The following example starts <command>dsconfig</command> in interactive,
   menu-driven mode on the default port of the current host.</para>
-  <screen>$ dsconfig -h `hostname` -p 4444 -D "cn=Directory Manager" -w password
+  <screen>$ dsconfig -h opendj.example.com -p 4444 -D "cn=Directory Manager" -w password
 
 &gt;&gt;&gt;&gt; OpenDJ configuration console main menu
 
@@ -5495,9 +5495,9 @@
 
   <para>The following examples demonstrates generating a batch file that
   corresponds to an interactive session enabling the debug log. The example
-  then demonstates using a modified batch file to disable the debug log.</para>
+  then demonstrates using a modified batch file to disable the debug log.</para>
   <screen>$ dsconfig
- --hostname `hostname`
+ --hostname opendj.example.com
  --port 4444
  --bindDN "cn=Directory Manager"
  --bindPassword password

--
Gitblit v1.10.0