From bf14858204352c58d5bee93697dee91119f42333 Mon Sep 17 00:00:00 2001 From: Mark Craig <mark.craig@forgerock.com> Date: Tue, 05 Jul 2011 16:26:18 +0000 Subject: [PATCH] Attempt to make the PDF output easier to read, and eliminate need for width="80" on monospace verbatim blocks. --- opendj3/src/main/docbkx/shared/man-modrate.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opendj3/src/main/docbkx/shared/man-modrate.xml b/opendj3/src/main/docbkx/shared/man-modrate.xml index be4f9b8..1e3bc2a 100644 --- a/opendj3/src/main/docbkx/shared/man-modrate.xml +++ b/opendj3/src/main/docbkx/shared/man-modrate.xml @@ -347,7 +347,7 @@ <para>The following example demonstrates testing directory performance by using the modrate command to write random 16-character description values to all entries in a sample file.</para> - <screen width="80">$ grep ^uid: /path/to/Example.ldif | sed -e "s/uid: //" > names.txt + <screen>$ grep ^uid: /path/to/Example.ldif | sed -e "s/uid: //" > 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 -- Gitblit v1.10.0