From 863ec56cd8a16cae36317f84836c682d2614fd32 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Tue, 17 Jul 2012 13:08:30 +0000
Subject: [PATCH] Review comments from Bernhard Thalmayr
---
opendj3/src/main/docbkx/shared/man-dsconfig.xml | 18 +++++++++++++++++-
1 files changed, 17 insertions(+), 1 deletions(-)
diff --git a/opendj3/src/main/docbkx/shared/man-dsconfig.xml b/opendj3/src/main/docbkx/shared/man-dsconfig.xml
index 4b06170..4e7ac30 100644
--- a/opendj3/src/main/docbkx/shared/man-dsconfig.xml
+++ b/opendj3/src/main/docbkx/shared/man-dsconfig.xml
@@ -386,7 +386,23 @@
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>
-
+
+ <itemizedlist>
+ <para>Some property values take a time duration. Durations are expressed
+ as numbers followed by units. For example <literal>1 s</literal> means
+ one second, and <literal>2 w</literal> means two weeks. Some durations
+ have minimum granularity or maximum units, so you cannot necessary specify
+ every duration in milliseconds or weeks for example. Some durations allow
+ you to use a special value to mean unlimited. Units are specified as
+ follows.</para>
+ <listitem><para><literal>ms</literal>: milliseconds</para></listitem>
+ <listitem><para><literal>s</literal>: seconds</para></listitem>
+ <listitem><para><literal>m</literal>: minutes</para></listitem>
+ <listitem><para><literal>h</literal>: hours</para></listitem>
+ <listitem><para><literal>d</literal>: days</para></listitem>
+ <listitem><para><literal>w</literal>: weeks</para></listitem>
+ </itemizedlist>
+
<!-- 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