From f68f07aec8c3191f3357d1de83a02a544ee5e29c Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Fri, 04 Nov 2011 09:00:31 +0000
Subject: [PATCH] Explain stop-ds behavior as mentioned in http://lists.forgerock.org/pipermail/opendj/2011-November/000991.html

---
 opendj-sdk/opendj3/src/main/docbkx/shared/man-stop-ds.xml |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/opendj-sdk/opendj3/src/main/docbkx/shared/man-stop-ds.xml b/opendj-sdk/opendj3/src/main/docbkx/shared/man-stop-ds.xml
index 04c17c8..5e1c11c 100644
--- a/opendj-sdk/opendj3/src/main/docbkx/shared/man-stop-ds.xml
+++ b/opendj-sdk/opendj3/src/main/docbkx/shared/man-stop-ds.xml
@@ -47,6 +47,10 @@
   <title>Description</title>
   <para>This utility can be used to request that the directory server stop
   running or perform a restart.</para>
+  <para>When run without connection options, <command>stop-ds</command>
+  sends a signal to the OpenDJ process to stop the server. When run with
+  connection options, the <command>stop-ds</command> connects to the OpenDJ
+  administration port and creates a shutdown task to stop the server.</para>
  </refsect1>
  <refsect1>
   <title>Options</title>

--
Gitblit v1.10.0