From c19cb1ec29359a2f63f32753c54b837cb6998187 Mon Sep 17 00:00:00 2001
From: Maxim Thomas <maxim.thomas@gmail.com>
Date: Tue, 01 Oct 2024 09:20:54 +0000
Subject: [PATCH] Generate man pages in the AsciiDoc format (#418)

---
 opendj-cli/src/main/resources/templates/dscfgAppendProps.ftl |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/opendj-cli/src/main/resources/templates/dscfgAppendProps.ftl b/opendj-cli/src/main/resources/templates/dscfgAppendProps.ftl
index 4d20a02..6d5e198 100644
--- a/opendj-cli/src/main/resources/templates/dscfgAppendProps.ftl
+++ b/opendj-cli/src/main/resources/templates/dscfgAppendProps.ftl
@@ -12,13 +12,16 @@
  # information: "Portions Copyright [year] [name of copyright owner]".
  #
  # Copyright 2015 ForgeRock AS.
+ # Portions Copyright 2024 3A Systems LLC.
  #-->
-<refsect1 xml:id="${id}">
-  <title>${title}</title>
 
-  <para>
-   ${intro}
-  </para>
+[#${id}]
+== ${title}
 
-  ${list}
-</refsect1>
+${intro}
+
+--
+
+${list}
+
+--

--
Gitblit v1.10.0