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-config/src/main/resources/com/forgerock/opendj/dsconfig/dsconfig.properties | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opendj-config/src/main/resources/com/forgerock/opendj/dsconfig/dsconfig.properties b/opendj-config/src/main/resources/com/forgerock/opendj/dsconfig/dsconfig.properties index 2ba5892..bd5badb 100644 --- a/opendj-config/src/main/resources/com/forgerock/opendj/dsconfig/dsconfig.properties +++ b/opendj-config/src/main/resources/com/forgerock/opendj/dsconfig/dsconfig.properties @@ -442,8 +442,8 @@ REF_DSCFG_STRING_1038=A String REF_DSCFG_UNKNOWN_1039=Unknown REF_SHORT_DESC_DSCONFIG_1040=manage OpenDJ directory server configuration -REF_DSCFG_DOC_TOOL_DESCRIPTION_1041=<xinclude:include href="description-dsconfig.xml" /> -REF_DSCFG_DOC_SUBCOMMANDS_DESCRIPTION_1042=<xinclude:include href="description-dsconfig-subcommands.xml" /> +REF_DSCFG_DOC_TOOL_DESCRIPTION_1041=include::./_description-dsconfig.adoc[] +REF_DSCFG_DOC_SUBCOMMANDS_DESCRIPTION_1042=include::./_description-dsconfig-subcommands.adoc[] INFO_DESCRIPTION_BATCH=Reads from standard input a set of commands to be executed INFO_DESCRIPTION_BATCH_FILE_PATH=Path to a batch file containing a set of commands to be executed -- Gitblit v1.10.0