From 792ff3770d392e8c17563cd76420722194ee718d Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Tue, 13 Oct 2015 08:32:47 +0000
Subject: [PATCH] OPENDJ-2336 Fix punctuation for generated man page descriptions
---
opendj-cli/src/main/resources/templates/refSect1.ftl | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opendj-cli/src/main/resources/templates/refSect1.ftl b/opendj-cli/src/main/resources/templates/refSect1.ftl
index 1302f58..5538204 100644
--- a/opendj-cli/src/main/resources/templates/refSect1.ftl
+++ b/opendj-cli/src/main/resources/templates/refSect1.ftl
@@ -25,14 +25,14 @@
#
#-->
<refsect1 xml:id="${name}-subcommands">
- <title>Subcommands</title>
+ <title>${title}</title>
<#if info??>
${info}
</#if>
<para>
- The <command>${name}</command> utility supports the following subcommands.
+ ${intro}
</para>
<#if isItemizedList??><itemizedlist></#if>
--
Gitblit v1.10.0