From 58ccd9cf23e886a37549da30481bf12ec08c2de7 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Wed, 02 Nov 2011 06:53:59 +0000
Subject: [PATCH] Mentioned the config ref, and the --add|--set|--reset options for multi-valued properties

---
 opendj3/src/main/docbkx/shared/man-dsconfig.xml |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/opendj3/src/main/docbkx/shared/man-dsconfig.xml b/opendj3/src/main/docbkx/shared/man-dsconfig.xml
index 569dced..e4a78ec 100644
--- a/opendj3/src/main/docbkx/shared/man-dsconfig.xml
+++ b/opendj3/src/main/docbkx/shared/man-dsconfig.xml
@@ -370,6 +370,18 @@
    <listitem><para>set-<replaceable>component</replaceable>-prop</para></listitem>
   </itemizedlist>
   
+  <para>Component properties for the <command>dsconfig</command> command are
+  covered in the <citetitle>OpenDJ Configuration Reference</citetitle>.</para>
+  <!-- TODO: olink to configref -->
+  
+  <para>Many subcommands let you set property values. Notice in the reference
+  for the subcommands below that specific options are available for handling
+  multi-valued properties. Whereas you can assign a single property value using
+  the <option>--set</option> option, you assign multiple values to a
+  multi-valued property using the <option>--add</option> option. You can reset
+  the values of the multi-valued property using the <option>--reset</option>
+  option.</para>
+  
   <!-- TODO: Automate generation of the following list of subcommands.
        Currently, there's a secret setting in dsconfig to produce the content.
        $ export OPENDS_JAVA_ARGS="-Dorg.forgerock.opendj.gendoc=true"

--
Gitblit v1.10.0