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

Mark Craig
30.49.2015 9e25366b81193070c5d1553b35481d8ddc52beab
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>