mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
16.13.2011 d17fcb6c17d8ab0a557f86272b96f186d17b5d25
Fix typos in usage information for xxxrate "randStr" data source which is actually "randstr". Also fix parameter index reference in modrate example.
4 files modified
10 ■■■■ changed files
opendj3/opendj-ldap-toolkit/src/main/java/com/forgerock/opendj/ldap/tools/DataSource.java 2 ●●● patch | view | raw | blame | history
opendj3/src/main/docbkx/shared/man-authrate.xml 2 ●●● patch | view | raw | blame | history
opendj3/src/main/docbkx/shared/man-modrate.xml 4 ●●●● patch | view | raw | blame | history
opendj3/src/main/docbkx/shared/man-searchrate.xml 2 ●●● patch | view | raw | blame | history
opendj3/opendj-ldap-toolkit/src/main/java/com/forgerock/opendj/ldap/tools/DataSource.java
@@ -307,7 +307,7 @@
    public static LocalizableMessage getUsage()
    {
      return LocalizableMessage.raw(
        "\"randStr({length},<charSet>)\" Random string of specified " +
        "\"randstr({length},<charSet>)\" 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. " +
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,
opendj3/src/main/docbkx/shared/man-modrate.xml
@@ -122,7 +122,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,
@@ -350,7 +350,7 @@
  <screen>$ grep ^uid: /path/to/Example.ldif | sed -e "s/uid: //" &gt; names.txt
$ modrate -p 1389 -D cn=directory\ manager -w secret12
 -b "uid=%s,ou=people,dc=example,dc=com" -g "rand(names.txt)"
 "description:%s" -g "randStr(16)" -A -F -c 4 -t 4
 'description:%2$s' -g "randstr(16)" -A -F -c 4 -t 4
-----------------------------------------------------------------
     Throughput                            Response Time         
   (ops/second)                           (milliseconds)         
opendj3/src/main/docbkx/shared/man-searchrate.xml
@@ -126,7 +126,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,