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-restore.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/opends/src/main/docbkx/admin-guide/man-restore.xml b/opends/src/main/docbkx/admin-guide/man-restore.xml
index fc45468..145e9ef 100644
--- a/opends/src/main/docbkx/admin-guide/man-restore.xml
+++ b/opends/src/main/docbkx/admin-guide/man-restore.xml
@@ -299,10 +299,10 @@
 Restore task 20110613155052932 scheduled to start Jun 13, 2011 3:50:52 PM CEST</screen>
 
   <para>The following example restores data while OpenDJ is offline.</para>
-  <screen>$ /path/to/opendj/bin/stop-ds
+  <screen>$ stop-ds
 Stopping Server...
 ...
-$ /path/to/opendj/bin/restore --backupDirectory /path/to/opendj/bak/userRoot
+$ restore --backupDirectory /path/to/opendj/bak/userRoot
  --listBackups
 Backup ID:          20120928102414Z
 Backup Date:        28/Sep/2012:12:24:17 +0200
@@ -313,10 +313,10 @@
 Has Signed Hash:    false
 Dependent Upon:     none
 
-$ /path/to/opendj/bin/restore --backupDirectory /path/to/opendj/bak/userRoot
+$ restore --backupDirectory /path/to/opendj/bak/userRoot
  --backupID 20120928102414Z
 [28/Sep/2012:12:26:20 +0200] ... msg=Restored: 00000000.jdb (size 355179)
-$ /path/to/opendj/bin/start-ds
+$ start-ds
 [28/Sep/2012:12:27:29 +0200] ... The Directory Server has started successfully</screen>
  </refsect1>
 </refentry>

--
Gitblit v1.10.0