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

diff --git a/opendj3/src/main/docbkx/shared/man-restore.xml b/opendj3/src/main/docbkx/shared/man-restore.xml
index cfc9030..0b227fe 100644
--- a/opendj3/src/main/docbkx/shared/man-restore.xml
+++ b/opendj3/src/main/docbkx/shared/man-restore.xml
@@ -294,7 +294,7 @@
   <title>Examples</title>
   <para>The following example schedules a restore as a task to begin
   immediately.</para>
-  <screen>$ restore -p 5444 -D "cn=Directory Manager" -w password
+  <screen>$ restore -p 4444 -D "cn=Directory Manager" -w password
  -d /path/to/OpenDJ/bak -I 20110613080032 -t 0
 Restore task 20110613155052932 scheduled to start Jun 13, 2011 3:50:52 PM CEST</screen>
  </refsect1>

--
Gitblit v1.10.0