From 488d4a7290c1d3a12275c33e62acc576f81980cb Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Fri, 08 Aug 2014 10:20:57 +0000
Subject: [PATCH] CR-4216 Fix for OPENDJ-1513: SDK xxxrate tools port exhaustion when using re-binded connections

---
 src/main/docbkx/dev-guide/man-modrate.xml |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/main/docbkx/dev-guide/man-modrate.xml b/src/main/docbkx/dev-guide/man-modrate.xml
index e4d8ac3..5f886ff 100644
--- a/src/main/docbkx/dev-guide/man-modrate.xml
+++ b/src/main/docbkx/dev-guide/man-modrate.xml
@@ -28,7 +28,8 @@
  version='5.0' xml:lang='en'
  xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
  xsi:schemaLocation='http://docbook.org/ns/docbook
-                     http://docbook.org/xml/5.0/xsd/docbook.xsd'>
+                     http://docbook.org/xml/5.0/xsd/docbook.xsd'
+ xmlns:xinclude='http://www.w3.org/2001/XInclude'>
  <info><copyright><year>2011-2014</year><holder>ForgeRock AS</holder></copyright></info>
  <refmeta>
   <refentrytitle>modrate</refentrytitle><manvolnum>1</manvolnum>
@@ -54,6 +55,8 @@
   <title>Description</title>
   <para>This utility can be used to measure modify throughput and response time
   of a directory service using user-defined modifications.</para>
+
+  <xinclude:include href="../shared/informalexample-net-tweaks.xml" />
  </refsect1>
  <refsect1>
   <title>Options</title>

--
Gitblit v1.10.0