From 341443ebc935ef18647ba9ee78d7992eb5231b36 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Tue, 17 Jul 2012 13:06:39 +0000
Subject: [PATCH] Fix for OPENDJ-533: Config examples should use instances on 2 different hosts, instead of the 2 instances on the same host

---
 opendj3/src/main/docbkx/shared/man-backup.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opendj3/src/main/docbkx/shared/man-backup.xml b/opendj3/src/main/docbkx/shared/man-backup.xml
index ef8bcd3..fbde0fd 100644
--- a/opendj3/src/main/docbkx/shared/man-backup.xml
+++ b/opendj3/src/main/docbkx/shared/man-backup.xml
@@ -329,13 +329,13 @@
  <refsect1>
   <title>Examples</title>
   <para>The following example backs up all user data on the server.</para>
-  <screen>$ backup -p 5444 -D "cn=Directory Manager" -w password
+  <screen>$ backup -p 4444 -D "cn=Directory Manager" -w password
  -a -d /path/to/OpenDJ/bak -t 0
 Backup task 20110613143801866 scheduled to start Jun 13, 2011 2:38:01 PM CEST</screen>
 
   <para>The following example schedules back up of all user data every night at
   2 AM, and notifies diradmin@example.com when finished, or on error.</para>
-  <screen>$ backup -p 5444 -D "cn=Directory Manager" -w password -a
+  <screen>$ backup -p 4444 -D "cn=Directory Manager" -w password -a
  -d /path/to/OpenDJ/bak --recurringTask "00 02 * * *"
  --completionNotify diradmin@example.com --errorNotify diradmin@example.com
 Recurring Backup task BackupTask-988d6adf-4d65-44bf-8546-6ea74a2480b0

--
Gitblit v1.10.0