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/dscfgSubcommand.ftl |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opendj-cli/src/main/resources/templates/dscfgSubcommand.ftl b/opendj-cli/src/main/resources/templates/dscfgSubcommand.ftl
index 15abe42..e6f73cc 100644
--- a/opendj-cli/src/main/resources/templates/dscfgSubcommand.ftl
+++ b/opendj-cli/src/main/resources/templates/dscfgSubcommand.ftl
@@ -62,7 +62,7 @@
   <title>${descTitle}</title>
 
   <para>
-   ${description}
+   ${description?ensure_ends_with(".")}
   </para>
 
   <#if info??>${info}</#if>
@@ -82,7 +82,7 @@
     <term><option>${option.synopsis?xml}</option></term>
     <listitem>
      <para>
-      ${option.description}
+      ${option.description?ensure_ends_with(".")}
      </para>
 
      <#if option.info??>

--
Gitblit v1.10.0