diff options
author | James Peach <jpeach@samba.org> | 2006-11-06 18:39:48 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:15:42 -0500 |
commit | 3dcb61adcb40d3026cb95f36c1bbd72b56554486 (patch) | |
tree | a249c11bb905c4e0823e599f690f1d05984a4adf /source3 | |
parent | 2e1307bbc8881febbf6b0c3bf315c94f3bb02657 (diff) | |
download | samba-3dcb61adcb40d3026cb95f36c1bbd72b56554486.tar.gz samba-3dcb61adcb40d3026cb95f36c1bbd72b56554486.tar.bz2 samba-3dcb61adcb40d3026cb95f36c1bbd72b56554486.zip |
r19576: Correct trivial typo.
(This used to be commit a0ada1aa342722fa7f90715a312b5d81f02f937b)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/lib/ldb/man/ldb.3.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/ldb/man/ldb.3.xml b/source3/lib/ldb/man/ldb.3.xml index 6a3a789034..19d9a89e10 100644 --- a/source3/lib/ldb/man/ldb.3.xml +++ b/source3/lib/ldb/man/ldb.3.xml @@ -37,7 +37,7 @@ architecture. </para> <para> -It a taxonomy of databases ldb would sit half way between key/value +In a taxonomy of databases ldb would sit half way between key/value pair databases (such as berkley db or tdb) and a full LDAP database. With a structured attribute oriented API like LDAP and good indexing capabilities, ldb can be used for quite sophisticated |