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/admin-guide/chap-referrals.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opendj3/src/main/docbkx/admin-guide/chap-referrals.xml b/opendj3/src/main/docbkx/admin-guide/chap-referrals.xml index d129cf3..e749714 100644 --- a/opendj3/src/main/docbkx/admin-guide/chap-referrals.xml +++ b/opendj3/src/main/docbkx/admin-guide/chap-referrals.xml @@ -114,8 +114,8 @@ A referral entry ou=People,dc=example,dc=com indicates that the operation must be processed at a different server [ldap://opendj.example.com:2389/ou=People,dc=example,dc=com] -$ ldapmodify -p 1389 -D "cn=Directory Manager" -w password -J ManageDSAIT \ -> -f people.ldif +$ ldapmodify -p 1389 -D "cn=Directory Manager" -w password -J ManageDSAIT + -f people.ldif Processing MODIFY request for ou=People,dc=example,dc=com MODIFY operation successful for DN ou=People,dc=example,dc=com $ ldapsearch -p 1389 -b dc=example,dc=com ou=people -- Gitblit v1.10.0