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-import-ldif.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opendj3/src/main/docbkx/shared/man-import-ldif.xml b/opendj3/src/main/docbkx/shared/man-import-ldif.xml index 698d9c7..0d0f904 100644 --- a/opendj3/src/main/docbkx/shared/man-import-ldif.xml +++ b/opendj3/src/main/docbkx/shared/man-import-ldif.xml @@ -406,7 +406,7 @@ <title>Examples</title> <para>The following example imports the content of the LDIF file, <filename>Example.ldif</filename>, with the server offline.</para> - <screen width="80"> + <screen> $ import-ldif -b dc=example,dc=com -n userRoot -l /path/to/Example.ldif [21/Jun/2011:13:38:03 +0200] category=RUNTIME_INFORMATION severity=NOTICE... ... msg=Import LDIF environment close took 0 seconds</screen> -- Gitblit v1.10.0