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-ldapmodify.xml | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/opendj3/src/main/docbkx/shared/man-ldapmodify.xml b/opendj3/src/main/docbkx/shared/man-ldapmodify.xml index 122760b..8ec2ca7 100644 --- a/opendj3/src/main/docbkx/shared/man-ldapmodify.xml +++ b/opendj3/src/main/docbkx/shared/man-ldapmodify.xml @@ -329,7 +329,7 @@ <title>Examples</title> <para>The following example demonstrates use of the command to add an entry to the directory.</para> - <screen width="80">$ cat newuser.ldif + <screen>$ cat newuser.ldif dn: uid=newuser,ou=People,dc=example,dc=com uid: newuser facsimileTelephoneNumber: +1 408 555 1213 @@ -359,7 +359,7 @@ <para>The following example demonstrates adding a Description attribute to the new user's entry.</para> - <screen width="80">$ cat newdesc.ldif + <screen>$ cat newdesc.ldif dn: uid=newuser,ou=People,dc=example,dc=com changetype: modify add: description @@ -372,7 +372,7 @@ <para>The following example demonstrates changing the Description attribute for the new user's entry.</para> - <screen width="80">$ cat moddesc.ldif + <screen>$ cat moddesc.ldif dn: uid=newuser,ou=People,dc=example,dc=com changetype: modify replace: description @@ -384,7 +384,7 @@ MODIFY operation successful for DN uid=newuser,ou=People,dc=example,dc=com</screen> <para>The following example demonstrates deleting the new user's entry.</para> - <screen width="80">$ cat deluser.ldif + <screen>$ cat deluser.ldif dn: uid=newuser,ou=People,dc=example,dc=com changetype: delete -- Gitblit v1.10.0