From ea00bad238fa032f05a31f3ebffeba777bfac3f9 Mon Sep 17 00:00:00 2001 From: Mark Craig <mark.craig@forgerock.com> Date: Fri, 15 Jul 2011 07:24:44 +0000 Subject: [PATCH] Continue commands in <screen> with just "\n " rather than " \\\n> " to make copy/pasting and updating easier. --- opendj3/src/main/docbkx/shared/man-rebuild-index.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opendj3/src/main/docbkx/shared/man-rebuild-index.xml b/opendj3/src/main/docbkx/shared/man-rebuild-index.xml index 7307058..9dcc45f 100644 --- a/opendj3/src/main/docbkx/shared/man-rebuild-index.xml +++ b/opendj3/src/main/docbkx/shared/man-rebuild-index.xml @@ -298,8 +298,8 @@ <para>The following example schedules a task to start immediately that rebuilds the <literal>cn</literal> (common name) index.</para> - <screen>$ rebuild-index -p 4444 -h `hostname` -D "cn=Directory Manager" -w password \ -> -b dc=example,dc=com -i cn -t 0 + <screen>$ rebuild-index -p 4444 -h `hostname` -D "cn=Directory Manager" -w password + -b dc=example,dc=com -i cn -t 0 Rebuild Index task 20110607160349596 scheduled to start Jun 7, 2011 4:03:49 PM</screen> </refsect1> </refentry> -- Gitblit v1.10.0