From a24bfd8e6439a14568046dd646f427f1cf095fec Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Tue, 31 Mar 2015 14:18:17 +0000
Subject: [PATCH] CR-6519 OPENDJ-1899 Generate multiple man pages for dsconfig

---
 opendj-cli/src/main/resources/templates/refSect1.ftl |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/opendj-cli/src/main/resources/templates/refSect1.ftl b/opendj-cli/src/main/resources/templates/refSect1.ftl
index c4e71fe..1302f58 100644
--- a/opendj-cli/src/main/resources/templates/refSect1.ftl
+++ b/opendj-cli/src/main/resources/templates/refSect1.ftl
@@ -35,7 +35,9 @@
    The <command>${name}</command> utility supports the following subcommands.
   </para>
 
+  <#if isItemizedList??><itemizedlist></#if>
   <#list subcommands as subcommand>
-    ${subcommand}
+   ${subcommand}
   </#list>
+  <#if isItemizedList??></itemizedlist></#if>
 </refsect1>

--
Gitblit v1.10.0