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-backup.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/opends/src/main/docbkx/admin-guide/man-backup.xml b/opends/src/main/docbkx/admin-guide/man-backup.xml
index cac42cd..8808af2 100644
--- a/opends/src/main/docbkx/admin-guide/man-backup.xml
+++ b/opends/src/main/docbkx/admin-guide/man-backup.xml
@@ -345,13 +345,13 @@
 
   <para>The following example backs up all user data while the server is
   offline.</para>
-  <screen>$ /path/to/opendj/bin/stop-ds
+  <screen>$ stop-ds
 Stopping Server...
 ...
-$ /path/to/opendj/bin/backup --backupAll --backupDirectory /path/to/opendj/bak
+$ backup --backupAll --backupDirectory /path/to/opendj/bak
 ...
 [28/Sep/2012:12:14:22 +0200] ... msg=The backup process completed successfully
-$ /path/to/opendj/bin/start-ds
+$ start-ds
 [28/Sep/2012:12:15:48 +0200] ... The Directory Server has started successfully
 </screen>
  </refsect1>

--
Gitblit v1.10.0