mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-10 00:45:01 -05:00
Fix a few typos
This commit is contained in:
parent
7259718466
commit
99133f7944
2 changed files with 3 additions and 3 deletions
|
|
@ -9,7 +9,7 @@ ETCDIR/slapd.conf
|
|||
.SH DESCRIPTION
|
||||
The LDBM backend to
|
||||
.BR slapd (8)
|
||||
is a database which uses one of BerkelyDB, Gnu DBM, MDBM or NDBM to
|
||||
is a database which uses one of BerkeleyDB, GNU DBM, MDBM or NDBM to
|
||||
store data.
|
||||
It makes extensive use of indexing and caching to speed data access.
|
||||
.SH CONFIGURATION
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@ slapd-sql \- SQL backend to slapd
|
|||
.SH SYNOPSIS
|
||||
ETCDIR/slapd.conf
|
||||
.SH DESCRIPTION
|
||||
The primary purpose of this backend (8) to
|
||||
The primary purpose of this
|
||||
.BR slapd (8)
|
||||
is to PRESENT information stored in some RDBMS as an LDAP subtree
|
||||
backend is to PRESENT information stored in some RDBMS as an LDAP subtree
|
||||
without any programming (some SQL and maybe stored procedures can't be
|
||||
considered programming, anyway ;).
|
||||
.LP
|
||||
|
|
|
|||
Loading…
Reference in a new issue