From 8482b59b5dbb0356b5665d3047d0a89d0ea73edf Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Fri, 14 Oct 2011 15:08:25 +0000
Subject: [PATCH] Typo, or maybe a brain malfunction ;-) Thanks to Danny Turner who spotted the problem.
---
opendj3/src/main/docbkx/admin-guide/chap-import-export.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opendj3/src/main/docbkx/admin-guide/chap-import-export.xml b/opendj3/src/main/docbkx/admin-guide/chap-import-export.xml
index a6f8319..dc46026 100644
--- a/opendj3/src/main/docbkx/admin-guide/chap-import-export.xml
+++ b/opendj3/src/main/docbkx/admin-guide/chap-import-export.xml
@@ -293,8 +293,8 @@
<secondary>Creating</secondary>
</indexterm>
- <para>OpenDJ stores your data in a <firstterm>backend</firstterm>, which
- server to store directory data, and permit backup and restore operations.
+ <para>OpenDJ stores your data in a <firstterm>backend</firstterm>. OpenDJ
+ stores directory data in backends. Backends are what you backup and restore.
By default, OpenDJ stores your data in a backend named
<literal>userRoot</literal>. You can create new backends using the
<command>dsconfig</command> command. The following example creates a
--
Gitblit v1.10.0