From 3081b6e790cde8ca98f257076de406fc0f54199b Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Wed, 04 Sep 2013 09:19:13 +0000
Subject: [PATCH] Additional fix for OPENDJ-1119, typos spotted by Jean-Noel (thanks!)

---
 opends/src/main/docbkx/admin-guide/chap-server-process.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/src/main/docbkx/admin-guide/chap-server-process.xml b/opends/src/main/docbkx/admin-guide/chap-server-process.xml
index 8cd31a8..c13c73c 100644
--- a/opends/src/main/docbkx/admin-guide/chap-server-process.xml
+++ b/opends/src/main/docbkx/admin-guide/chap-server-process.xml
@@ -124,7 +124,7 @@
     <para>(Linux) If OpenDJ directory server was installed from a .deb or .rpm
     package, then service management scripts were created at setup time.</para>
 
-    <para>Use the <command>service opendj start</command> command.</para>
+    <para>Use the <command>service opendj stop</command> command.</para>
 
     <screen>centos# service opendj stop
 Stopping opendj (via systemctl):                           [  OK  ]</screen>
@@ -164,7 +164,7 @@
     <para>(Linux) If OpenDJ directory server was installed from a .deb or .rpm
     package, then service management scripts were created at setup time.</para>
 
-    <para>Use the <command>service opendj start</command> command.</para>
+    <para>Use the <command>service opendj restart</command> command.</para>
 
     <screen>centos# service opendj restart
 Restarting opendj (via systemctl):                         [  OK  ]</screen>

--
Gitblit v1.10.0