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/optionsRefSect1.ftl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-cli/src/main/resources/templates/optionsRefSect1.ftl b/opendj-cli/src/main/resources/templates/optionsRefSect1.ftl
index ee7a085..23bb099 100644
--- a/opendj-cli/src/main/resources/templates/optionsRefSect1.ftl
+++ b/opendj-cli/src/main/resources/templates/optionsRefSect1.ftl
@@ -44,7 +44,7 @@
<term><option>${option.synopsis?xml}</option></term>
<listitem>
<para>
- ${option.description}
+ ${option.description?ensure_ends_with(".")}
</para>
<#if option.default??>
--
Gitblit v1.10.0