From 9e25366b81193070c5d1553b35481d8ddc52beab Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Thu, 30 Jul 2015 06:49:34 +0000
Subject: [PATCH] CR-7770 OPENDJ-2195 Move hand-written server docs

---
 docs/src/main/docbkx/man-pages/ldapmodify-examples.xml |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/docs/src/main/docbkx/man-pages/ldapmodify-examples.xml b/docs/src/main/docbkx/man-pages/ldapmodify-examples.xml
index f0bad79..4239aed 100644
--- a/docs/src/main/docbkx/man-pages/ldapmodify-examples.xml
+++ b/docs/src/main/docbkx/man-pages/ldapmodify-examples.xml
@@ -106,7 +106,8 @@
   to the new user's entry.
  </para>
 
- <screen>$ <userinput>cat newdesc.ldif</userinput>
+ <screen>
+$ <userinput>cat newdesc.ldif</userinput>
 <computeroutput>dn: uid=newuser,ou=People,dc=example,dc=com
 changetype: modify
 add: description
@@ -140,7 +141,8 @@
   The following example demonstrates deleting the new user's entry.
  </para>
 
- <screen>$ <userinput>cat deluser.ldif</userinput>
+ <screen>
+$ <userinput>cat deluser.ldif</userinput>
 <computeroutput>dn: uid=newuser,ou=People,dc=example,dc=com
 changetype: delete</computeroutput>
 

--
Gitblit v1.10.0