From d17fcb6c17d8ab0a557f86272b96f186d17b5d25 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Tue, 16 Aug 2011 16:13:42 +0000
Subject: [PATCH] Fix typos in usage information for xxxrate "randStr" data source which is actually "randstr". Also fix parameter index reference in modrate example.
---
opendj3/src/main/docbkx/shared/man-authrate.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj3/src/main/docbkx/shared/man-authrate.xml b/opendj3/src/main/docbkx/shared/man-authrate.xml
index eecaa3e..eeb697f 100644
--- a/opendj3/src/main/docbkx/shared/man-authrate.xml
+++ b/opendj3/src/main/docbkx/shared/man-authrate.xml
@@ -119,7 +119,7 @@
<listitem><para>Random number</para></listitem>
</varlistentry>
<varlistentry>
- <term>"randStr({length},<replaceable>charSet</replaceable>)"</term>
+ <term>"randstr({length},<replaceable>charSet</replaceable>)"</term>
<listitem><para>Random string of specified length and optionally from
characters in the charSet string. A range of character can be specified
with [start-end] charSet notation. If no charSet is specified,
--
Gitblit v1.10.0